LICENSE
NOTICE
README.md
pyproject.toml
setup.py
sulci/__init__.py
sulci/context.py
sulci/core.py
sulci.egg-info/PKG-INFO
sulci.egg-info/SOURCES.txt
sulci.egg-info/dependency_links.txt
sulci.egg-info/requires.txt
sulci.egg-info/top_level.txt
sulci/backends/__init__.py
sulci/backends/chroma.py
sulci/backends/faiss.py
sulci/backends/milvus.py
sulci/backends/qdrant.py
sulci/backends/redis.py
sulci/backends/sqlite.py
sulci/embeddings/__init__.py
sulci/embeddings/minilm.py
sulci/embeddings/openai.py
tests/test_backends.py
tests/test_context.py
tests/test_core.py