LICENSE
README.md
pyproject.toml
setup.py
src/foxHippoRAG.egg-info/PKG-INFO
src/foxHippoRAG.egg-info/SOURCES.txt
src/foxHippoRAG.egg-info/dependency_links.txt
src/foxHippoRAG.egg-info/requires.txt
src/foxHippoRAG.egg-info/top_level.txt
src/foxhipporag/StandardRAG.py
src/foxhipporag/__init__.py
src/foxhipporag/embedding_store.py
src/foxhipporag/foxHippoRAG.py
src/foxhipporag/foxHippoRAG_optimized.py
src/foxhipporag/rerank.py
src/foxhipporag/embedding_model/Cohere.py
src/foxhipporag/embedding_model/Contriever.py
src/foxhipporag/embedding_model/GritLM.py
src/foxhipporag/embedding_model/NVEmbedV2.py
src/foxhipporag/embedding_model/OpenAI.py
src/foxhipporag/embedding_model/Transformers.py
src/foxhipporag/embedding_model/VLLM.py
src/foxhipporag/embedding_model/__init__.py
src/foxhipporag/embedding_model/base.py
src/foxhipporag/evaluation/__init__.py
src/foxhipporag/evaluation/base.py
src/foxhipporag/evaluation/qa_eval.py
src/foxhipporag/evaluation/retrieval_eval.py
src/foxhipporag/information_extraction/__init__.py
src/foxhipporag/information_extraction/openie_openai.py
src/foxhipporag/information_extraction/openie_openai_async.py
src/foxhipporag/information_extraction/openie_transformers_offline.py
src/foxhipporag/information_extraction/openie_vllm_offline.py
src/foxhipporag/llm/__init__.py
src/foxhipporag/llm/base.py
src/foxhipporag/llm/bedrock_llm.py
src/foxhipporag/llm/openai_gpt.py
src/foxhipporag/llm/transformers_llm.py
src/foxhipporag/llm/transformers_offline.py
src/foxhipporag/llm/vllm_offline.py
src/foxhipporag/prompts/__init__.py
src/foxhipporag/prompts/filter_default_prompt.py
src/foxhipporag/prompts/linking.py
src/foxhipporag/prompts/prompt_template_manager.py
src/foxhipporag/prompts/dspy_prompts/filter_llama3.3-70B-Instruct.json
src/foxhipporag/prompts/templates/__init__.py
src/foxhipporag/prompts/templates/ircot_hotpotqa.py
src/foxhipporag/prompts/templates/ircot_musique.py
src/foxhipporag/prompts/templates/ner.py
src/foxhipporag/prompts/templates/ner_query.py
src/foxhipporag/prompts/templates/rag_qa_musique.py
src/foxhipporag/prompts/templates/triple_extraction.py
src/foxhipporag/retrieval/__init__.py
src/foxhipporag/retrieval/passage_density.py
src/foxhipporag/utils/__init__.py
src/foxhipporag/utils/async_utils.py
src/foxhipporag/utils/config_utils.py
src/foxhipporag/utils/embed_utils.py
src/foxhipporag/utils/eval_utils.py
src/foxhipporag/utils/forgetting_mechanism.py
src/foxhipporag/utils/llm_utils.py
src/foxhipporag/utils/logging_utils.py
src/foxhipporag/utils/misc_utils.py
src/foxhipporag/utils/performance_utils.py
src/foxhipporag/utils/qa_utils.py
src/foxhipporag/utils/typing.py
src/foxhipporag/vector_db/__init__.py
src/foxhipporag/vector_db/base.py
src/foxhipporag/vector_db/chroma_db.py
src/foxhipporag/vector_db/faiss_db.py
src/foxhipporag/vector_db/milvus_db.py
src/foxhipporag/vector_db/parquet_db.py