You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i want to use the function Retriever.search function, this function cross link the get_search_results in the same class. However. there is on code in the function get_search_results. How can i slove this problem?
There is the printscreen. In this function, the description sentense show this function will return "RawSearchResult: List of Neo4j Records and optional metadata dict" . However, there is just a "Pass" in the code section.
The text was updated successfully, but these errors were encountered:
You're looking at the abstract base class, that do not have any default implementation for the get_search_results method. All subclasses must implement it. Check for instance the implementation for the vector retriever here.
Dear developers:
When i want to use the function Retriever.search function, this function cross link the get_search_results in the same class. However. there is on code in the function get_search_results. How can i slove this problem?
The file is : https://github.com/neo4j/neo4j-graphrag-python/blob/main/src/neo4j_graphrag/retrievers/base.py
There is the printscreen. In this function, the description sentense show this function will return "RawSearchResult: List of Neo4j Records and optional metadata dict" . However, there is just a "Pass" in the code section.
The text was updated successfully, but these errors were encountered: