Updates to the configs

This commit is contained in:
Vasilije 2024-05-26 14:52:25 +02:00
parent 75a8d3414e
commit 3160f072ba

View file

@ -178,6 +178,7 @@ async def process_text(chunk_collection: str, chunk_id: str, input_text: str, fi
print(f"Processing chunk ({chunk_id}) from document ({file_metadata['id']}).")
graph_client = await get_graph_client(graph_config.graph_engine)
print("graph_client", graph_client)
graph_topology = cognify_config.graph_model
if graph_topology == SourceCodeGraph: