[GH-ISSUE #9922] vector search #68553

Closed
opened 2026-05-04 14:25:47 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @20246688 on GitHub (Mar 21, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9922

Are there any Python libraries for knowledge base retrieval? I want to search for relevant information in a knowledge base based on user input.

Originally created by @20246688 on GitHub (Mar 21, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9922 Are there any Python libraries for knowledge base retrieval? I want to search for relevant information in a knowledge base based on user input.
Author
Owner

@Prashanth-Chandra commented on GitHub (Mar 21, 2025):

You can use Langchain with any Vector database to search relevant information within a knowledge base.

<!-- gh-comment-id:2742334984 --> @Prashanth-Chandra commented on GitHub (Mar 21, 2025): You can use Langchain with any Vector database to search relevant information within a knowledge base.
Author
Owner

@20246688 commented on GitHub (Mar 21, 2025):

您可以将 Langchain 与任何 Vector 数据库一起使用,以在知识库中搜索相关信息。

https://ollama.com/blog/embedding-models pip install ollama chromadb?

<!-- gh-comment-id:2742354685 --> @20246688 commented on GitHub (Mar 21, 2025): > 您可以将 Langchain 与任何 Vector 数据库一起使用,以在知识库中搜索相关信息。 https://ollama.com/blog/embedding-models pip install ollama chromadb?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#68553