Skip to content

Commit

Permalink
Update README links
Browse files Browse the repository at this point in the history
  • Loading branch information
gusanmaz committed Jul 30, 2024
1 parent f47e22f commit 9dfa563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ In `indexing.py`, we use the client to create the collection and insert vectors:

3. **Searching Similar Vectors**:

In `ollama_rag.py`, we use the client to search for similar vectors during the RAG process:
In `rag.py`, we use the client to search for similar vectors during the RAG process:
```python
results = rag_client.search_similar_vectors(query_embed, limit=5)
```
Expand Down

0 comments on commit 9dfa563

Please sign in to comment.