Skip to content
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

Merged
merged 1 commit into from
Jan 13, 2025
Merged

integrate_with_phidata #1485

merged 1 commit into from
Jan 13, 2025

Conversation

zc277584121
Copy link
Collaborator

  • 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 🎉

Signed-off-by: ChengZi <[email protected]>
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@sre-ci-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@zc277584121 zc277584121 merged commit 6874ae5 into milvus-io:master Jan 13, 2025
3 checks passed
@@ -0,0 +1,302 @@
{
Copy link
Collaborator

@codingjaguar codingjaguar Jan 13, 2025

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 @@
{
Copy link
Collaborator

@codingjaguar codingjaguar Jan 13, 2025

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 @@
{
Copy link
Collaborator

@codingjaguar codingjaguar Jan 13, 2025

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 @@
{
Copy link
Collaborator

@codingjaguar codingjaguar Jan 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Phidata agent to answer a question


Reply via ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants