ADVANCED_FEATURES.md
EMBEDDINGGEMMA_GUIDE.md
INSTALL.md
LICENSE
LOGGING_DEBUG_GUIDE.md
MANIFEST.in
QUICKSTART.md
README.md
pyproject.toml
requirements-dev.txt
requirements-optional.txt
requirements.txt
examples/README.md
examples/advanced_config.py
examples/advanced_features.py
examples/azure_openai_example.py
examples/basic_usage.py
examples/embeddinggemma_example.py
examples/faiss_example.py
examples/hybrid_storage_example.py
examples/incremental_and_evaluation.py
examples/logging_and_debugging.py
examples/migration_example.py
examples/milvus_example.py
examples/pgvector_example.py
examples/pinecone_example.py
examples/qdrant_example.py
examples/weaviate_example.py
flip/__init__.py
flip/core/__init__.py
flip/core/config.py
flip/core/exceptions.py
flip/core/flip.py
flip/document_processing/__init__.py
flip/document_processing/chunker.py
flip/document_processing/loader.py
flip/document_processing/parser.py
flip/document_processing/preprocessor.py
flip/embedding/__init__.py
flip/embedding/azure_openai.py
flip/embedding/base.py
flip/embedding/factory.py
flip/embedding/google.py
flip/embedding/huggingface.py
flip/embedding/openai.py
flip/embedding/sentence_transformers.py
flip/evaluation/__init__.py
flip/evaluation/metrics.py
flip/evaluation/monitor.py
flip/generation/__init__.py
flip/generation/anthropic.py
flip/generation/azure_openai.py
flip/generation/base.py
flip/generation/factory.py
flip/generation/gemini.py
flip/generation/huggingface.py
flip/generation/ollama.py
flip/generation/openai.py
flip/pipeline/__init__.py
flip/pipeline/cache.py
flip/pipeline/incremental.py
flip/pipeline/orchestrator.py
flip/retrieval/__init__.py
flip/retrieval/hybrid_search.py
flip/retrieval/query_processor.py
flip/retrieval/reranker.py
flip/retrieval/retriever.py
flip/utils/__init__.py
flip/utils/debug.py
flip/utils/logger.py
flip/vector_store/__init__.py
flip/vector_store/base.py
flip/vector_store/chroma.py
flip/vector_store/config.py
flip/vector_store/elasticsearch.py
flip/vector_store/factory.py
flip/vector_store/faiss.py
flip/vector_store/milvus.py
flip/vector_store/mock.py
flip/vector_store/mongodb.py
flip/vector_store/pgvector.py
flip/vector_store/pinecone.py
flip/vector_store/qdrant.py
flip/vector_store/redis.py
flip/vector_store/weaviate.py
flip_rag.egg-info/PKG-INFO
flip_rag.egg-info/SOURCES.txt
flip_rag.egg-info/dependency_links.txt
flip_rag.egg-info/requires.txt
flip_rag.egg-info/top_level.txt
tests/test_document_processing.py
tests/test_embedding.py
tests/test_faiss.py
tests/test_integration.py
tests/test_milvus.py
tests/test_pgvector.py
tests/test_pinecone.py
tests/test_qdrant.py
tests/test_retrieval.py
tests/test_vector_store.py
tests/test_weaviate.py