Updates to the configs
This commit is contained in:
parent
75a8d3414e
commit
3160f072ba
1 changed files with 1 additions and 0 deletions
|
|
@ -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']}).")
|
print(f"Processing chunk ({chunk_id}) from document ({file_metadata['id']}).")
|
||||||
|
|
||||||
graph_client = await get_graph_client(graph_config.graph_engine)
|
graph_client = await get_graph_client(graph_config.graph_engine)
|
||||||
|
print("graph_client", graph_client)
|
||||||
|
|
||||||
graph_topology = cognify_config.graph_model
|
graph_topology = cognify_config.graph_model
|
||||||
if graph_topology == SourceCodeGraph:
|
if graph_topology == SourceCodeGraph:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue