Get Most Relevant Facts for an Arbitrary Query
In this recipe, we demonstrate how to retrieve the most relevant facts from the knowledge graph using an arbitrary search query.
Search the graph
First, we perform a search on the knowledge graph using a sample query:
Build the fact list
Then, we get the edges from the search results and construct our fact list. We also include the temporal validity data to each fact string:
Summary
We demonstrated how to retrieve the most relevant facts for an arbitrary query using the Zep client. Adjust the query and parameters as needed to tailor the search for your specific use case.