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

[Feature] [Connector-V2] Add pinecone source connector #7909

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

nianliuu
Copy link
Contributor

@nianliuu nianliuu commented Oct 25, 2024

Purpose of this pull request

add pinecone source connector to read data from pinecone

  • support read by pinecone namespace
  • support float and sparse float vector
  • all metadata will be put into "Metadata" column which is a Json column

Note:

Does this PR introduce any user-facing change?

How was this patch tested?

tested from pinecone to milvus

Check list

@Hisoka-X Hisoka-X changed the title [Feature] [connector-pinecone] add pinecone source connector to read data from pinecone [Feature] [Connector-V2] Add pinecone source connector Oct 25, 2024
Comment on lines +31 to +38
```bash
source {
Milvus {
token = "*****"
index = "movie_reviews"
}
}
```
Copy link
Member

Choose a reason for hiding this comment

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

the example not right.

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

Successfully merging this pull request may close these issues.

2 participants