LICENSE
README.md
pyproject.toml
serviette/__init__.py
serviette/cli.py
serviette/testing.py
serviette/up.py
serviette.egg-info/PKG-INFO
serviette.egg-info/SOURCES.txt
serviette.egg-info/dependency_links.txt
serviette.egg-info/entry_points.txt
serviette.egg-info/requires.txt
serviette.egg-info/top_level.txt
serviette/config/__init__.py
serviette/config/schema.py
serviette/demo/__init__.py
serviette/demo/corpus/faq.md
serviette/demo/corpus/onboarding.md
serviette/demo/corpus/overview.md
serviette/demo/corpus/pricing.md
serviette/demo/corpus/release-notes.md
serviette/frontend/__init__.py
serviette/frontend/config.py
serviette/frontend/main.py
serviette/frontend/static/index.html
serviette/indexer/__init__.py
serviette/indexer/config.py
serviette/indexer/fingerprint.py
serviette/indexer/graph.py
serviette/indexer/main.py
serviette/indexer/prepare.py
serviette/indexer/sources.py
serviette/quickstart/__init__.py
serviette/quickstart/wizard.py
serviette/server/__init__.py
serviette/server/bm25.py
serviette/server/config.py
serviette/server/decompose.py
serviette/server/embedder.py
serviette/server/hybrid.py
serviette/server/llm.py
serviette/server/main.py
serviette/server/ranking.py
serviette/server/reranker.py
serviette/server/accessors/__init__.py
serviette/server/accessors/abstract.py
serviette/server/accessors/chroma.py
serviette/server/accessors/duckdb.py
serviette/server/accessors/milvus.py
serviette/server/accessors/mongodb.py
serviette/server/accessors/pgvector.py
serviette/server/accessors/pinecone.py
serviette/server/accessors/qdrant.py
serviette/server/accessors/weaviate.py
tests/test_cli_preflight.py
tests/test_demo.py
tests/test_demo_path.py
tests/test_fingerprint.py
tests/test_frontend.py
tests/test_hybrid.py
tests/test_indexer.py
tests/test_integration_chroma.py
tests/test_integration_duckdb.py
tests/test_integration_milvus.py
tests/test_integration_mongodb.py
tests/test_integration_pgvector.py
tests/test_integration_pinecone.py
tests/test_integration_qdrant.py
tests/test_integration_s3.py
tests/test_integration_weaviate.py
tests/test_multimodal_parsers.py
tests/test_qdrant_hybrid.py
tests/test_quickstart.py
tests/test_rag_quality.py
tests/test_server.py
tests/test_sources.py
tests/test_up.py