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

[BUG] Pinecone Additional Parameters did not work #3974

Open
nnnet opened this issue Feb 2, 2025 · 2 comments
Open

[BUG] Pinecone Additional Parameters did not work #3974

nnnet opened this issue Feb 2, 2025 · 2 comments
Labels
question Further information is requested

Comments

@nnnet
Copy link

nnnet commented Feb 2, 2025

Describe the bug
subj

To Reproduce

  1. start locally pinecone

docker run -d --name pinecone-local -e PORT=5080 -e PINECONE_HOST=localhost -p 5080-6000:5080-6000 --platform linux/amd64 ghcr.io/pinecone-io/pinecone-local:latest

  1. add to docker-compose.yml
extra_hosts:
     - host.docker.internal:host-gateway

to work with OLLAMA and other services running in docker
check, node ChatOllama - ok

  1. run FlowiseAI
    cd ./docker
    docker compose up -d

Try to set Additional parameters in the Pinecone node - all options are unsuccessful

  1. Use example "babbyAGI"
    a) replace LLM with OLLAMA
    b) attempt to set various values Additional Parameters

  2. get error

The API key you provided was rejected while calling
https://api.pinecone.io/indexes/test_index
. Please check your configuration values and try again. You can find the configuration values for your project in the Pinecone developer console at
https://app.pinecone.io/
  1. look code


additional parameters are not passed anywhere when creating a Pinecone client

Screenshots

Image

Image

Setup

  • Installation docker compose
  • Flowise Version: flowise:
    image: flowiseai/flowise:latest
  • OS: Ubunu 24.04
  • Browser any

Please give an example of how to:

  • run locally in Penecone docker
  • how to access/use it from a Pinecone node
  • prompt for an example "BabyAGI"
@HenryHengZJ HenryHengZJ added the question Further information is requested label Feb 4, 2025
@HenryHengZJ
Copy link
Contributor

have you verified if you have the index name in Pinecone, and the right API key was used?

@nnnet
Copy link
Author

nnnet commented Feb 4, 2025

have you verified if you have the index name in Pinecone, and the right API key was used?

pls, look more carefully above

I started LOCALY Pinecone
docker run -d --name pinecone-local -e PORT=5080 -e PINECONE_HOST=localhost -p 5080-6000:5080-6000 --platform linux/amd64 ghcr.io/pinecone-io/pinecone-local:latest

I tried any variants set url and port to local pinecone in AddParameters

look the code
example https://github.com/FlowiseAI/Flowise/blob/main/packages/components/nodes/vectorstores/Pinecone/Pinecone.ts#L197
additional parameters are not passed anywhere when creating a Pinecone client, imho

Pls, help connect to run LOCALY Pinecone and local docker Pinecone.
show, pls, example or screenshot

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

No branches or pull requests

2 participants