We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d29b07 commit d3ac2edCopy full SHA for d3ac2ed
README.md
@@ -206,7 +206,7 @@ graph TD
206
D --> E[Embedding with all-MiniLM-L6-v2]
207
E --> F[FAISS Index]
208
F --> G[Persist to ./faiss_index]
209
- H[User Question] --> I[/ask endpoint]
+ H[User Question] --> I[ask endpoint]
210
I --> J[Load FAISS Index]
211
J --> K[Retrieve Top-5]
212
K --> L[Groq LLM]
0 commit comments