Merge branch 'getzep:main' into main

This commit is contained in:
Gal Shubeli 2025-08-06 14:50:32 +03:00 committed by GitHub
commit ae0316ad7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -317,7 +317,7 @@ graphiti = Graphiti(
"neo4j",
"password",
llm_client=OpenAIClient(
llm_config=azure_llm_config,
config=azure_llm_config,
client=llm_client_azure
),
embedder=OpenAIEmbedder(
@ -327,7 +327,7 @@ graphiti = Graphiti(
client=embedding_client_azure
),
cross_encoder=OpenAIRerankerClient(
llm_config=LLMConfig(
config=LLMConfig(
model=azure_llm_config.small_model # Use small model for reranking
),
client=llm_client_azure