-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate_with_phidata #1485
integrate_with_phidata #1485
Conversation
Signed-off-by: ChengZi <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zc277584121 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -0,0 +1,302 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Building Agent Workflows with Phidata and Milvus
...
Milvus vector database provides efficient storage and retrieval of any modality of data as embeddings. With Milvus and Phidata, you can easily integrate your knowledge into your Agent workflows. This document is a basic guide on how to use Milvus integration with Phidata.
Reply via ReviewNB
@@ -0,0 +1,302 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To use Milvus, simply specify the collection name , uri
and optionally token
. Here is how to get the value of them:
Reply via ReviewNB
@@ -0,0 +1,302 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To ingest data into the knowledge base, create an instance of PDFUrlKnowledgeBase
by specifying the urls
(here we use an example PDF) and the Milvus vector_db
object created above.
Reply via ReviewNB
@@ -0,0 +1,302 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A reference to a related issue in your repository.
Each PR is related to an issue, and you need to list that issue.
A description of the changes proposed in the pull request.
A brief introduction to this PR.
Add delight to the experience when all tasks are complete 🎉