Update README.md

This commit is contained in:
Benito Martin
2024-06-30 20:55:59 +02:00
committed by GitHub
parent e02e7908f4
commit 2bf6a6ddaf

View File

@@ -14,7 +14,7 @@ Main Steps
- **Indexing**: Use SentenceSplitter for indexing in nodes - **Indexing**: Use SentenceSplitter for indexing in nodes
- **Embedding and Model**: OpenAI - **Embedding and Model**: OpenAI
- **Vector Store**: Use Qdrant for inserting metadata - **Vector Store**: Use Qdrant for inserting metadata
- **Query Retrieval**: Implement RetrieverQueryEngine - **Query Retrieval**: Implement RetrieverQueryEngine with SentenceTransformerRerank
- **FastAPI and GKE**: Handle requests via the FastAPI app deployed on GKE - **FastAPI and GKE**: Handle requests via the FastAPI app deployed on GKE
- **Streamlit**: UI - **Streamlit**: UI