8000 Any way to retrieve host from Pinecone · Issue #103 · r-world-devs/GitAI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Any way to retrieve host from Pinecone #103

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

Open
maciekbanas opened this issue Feb 17, 2025 · 0 comments
Open

Any way to retrieve host from Pinecone #103

maciekbanas opened this issue Feb 17, 2025 · 0 comments

Comments

@maciekbanas
Copy link
Member

When setting up a vector database connection with PINECONE_API_KEY user saves his index on a given host for a given user.

It means that multiple users can add the same index in their Pinecone working space. This may bring some confusion (e.g. in team work) when different users have different api keys and run the same code which does not result in processing the same Pinecone workspace:

my_project <- initialize_project("gitai-demo") |>
  set_database(
    provider  = "Pinecone", 
    index     = "gitai"
  ) |>
  set_llm(seed = 1014, api_args = list(temperature = 0))

It would be a good idea to have option to retrieve the data for a host or user with a public method (e.g. get_database_host()), to reduce confusion where does user save his data.

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

No branches or pull requests

1 participant
0