Skip to content

Commit

Permalink
Added a few updates to poetry and tested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Nov 19, 2023
1 parent c3a8b89 commit 653c2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions level_4/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ async def user_context_enrichment(session, user_id:str, query:str)->str:
The original user query: {query}
"""


logging.info("Context from graphdb is %s", context)
document_categories_query = await neo4j_graph_db.get_document_categories(user_id=user_id)
result = neo4j_graph_db.query(document_categories_query)
Expand Down

0 comments on commit 653c2a8

Please sign in to comment.