Closed prasmussen15 closed 1 month ago
feat: add episode_mentions reranker and update search configurations
Add episode_mentions reranker, update search configurations, and enhance edge handling and retrieval methods.
episode_mentions
Key points:
EdgeReranker
NodeReranker
search_config.py
episode_mentions_reranker()
search_utils.py
edge_search()
node_search()
search.py
EDGE_HYBRID_SEARCH_EPISODE_MENTIONS
NODE_HYBRID_SEARCH_EPISODE_MENTIONS
search_config_recipes.py
get_by_uuids()
EpisodicEdge
EntityEdge
CommunityEdge
edges.py
dedupe_extracted_edges()
edge_operations.py
get_episode_mentions()
graphiti.py
nodes.py
Generated with :heart: by ellipsis.dev
feat: add episode_mentions reranker and update search configurations
Summary:
Add
episode_mentions
reranker, update search configurations, and enhance edge handling and retrieval methods.Key points:
episode_mentions
reranker toEdgeReranker
andNodeReranker
insearch_config.py
.episode_mentions_reranker()
insearch_utils.py
.edge_search()
andnode_search()
insearch.py
.EDGE_HYBRID_SEARCH_EPISODE_MENTIONS
andNODE_HYBRID_SEARCH_EPISODE_MENTIONS
insearch_config_recipes.py
.get_by_uuids()
method toEpisodicEdge
,EntityEdge
, andCommunityEdge
inedges.py
.dedupe_extracted_edges()
inedge_operations.py
.get_episode_mentions()
ingraphiti.py
.get_by_uuids()
innodes.py
.Generated with :heart: by ellipsis.dev