LICENSE
NOTICE
README.md
pyproject.toml
src/simlar/__init__.py
src/simlar/contracts.py
src/simlar/persistence.py
src/simlar/py.typed
src/simlar.egg-info/PKG-INFO
src/simlar.egg-info/SOURCES.txt
src/simlar.egg-info/dependency_links.txt
src/simlar.egg-info/requires.txt
src/simlar.egg-info/top_level.txt
src/simlar/fusion/__init__.py
src/simlar/fusion/_rrf.pyi
src/simlar/fusion/rrf.py
src/simlar/indexes/__init__.py
src/simlar/indexes/_helix.pyi
src/simlar/indexes/_relevance.pyi
src/simlar/indexes/_simlar.pyi
src/simlar/indexes/_streaming.pyi
src/simlar/indexes/helix_index.py
src/simlar/indexes/lookup_index.py
src/simlar/indexes/registry.py
src/simlar/indexes/relevance_index.py
src/simlar/indexes/simlar_engine.py
src/simlar/indexes/streaming_index.py
src/simlar/integrations/__init__.py
src/simlar/integrations/haystack/simlar_document_store.py
src/simlar/integrations/haystack/simlar_retriever.py
src/simlar/integrations/langchain/langchain_retriever.py
src/simlar/integrations/langchain/simlar_vector_store.py
src/simlar/integrations/llama_index/simlar_retriever.py
src/simlar/integrations/llama_index/simlar_vector_store.py
tests/test_contracts.py
tests/test_helix_index.py
tests/test_lookup_index.py
tests/test_persistence.py
tests/test_registry.py
tests/test_relevance_index.py
tests/test_simlar_engine.py