Pinecone GPT Chatbot avatar
Pinecone GPT Chatbot
Try for free

No credit card required

View all Actors
Pinecone GPT Chatbot

Pinecone GPT Chatbot

tri_angle/pinecone-gpt-chatbot
Try for free

No credit card required

Pinecone GPT Chatbot combines OpenAI's GPT models with Pinecone's database to generate insightful responses. Its interactive chatbot interface presents precise and comprehensive answers to user queries. Benefit from semantic understanding, efficient workflows, and enriched knowledge integration!

OpenAI API key

openaiApiKeystringRequired

Your OpenAI API key. You can get it from: https://platform.openai.com/api-keys

Pinecone API key

pineconeApiKeystringRequired

Your Pinecone API key.

Pinecone index name

pineconeIndexNamestringRequired

The name of the Pinecone index where the relevant vectors are stored. You can use our WCC Pinecone Integration to crawl a website and store its content in your Pinecone index.

GPT model

gptModelEnumRequired

The ID of the GPT model you want to use.

Value options:

"gpt-4-turbo": string"gpt-3.5-turbo": string

Default value of this property is "gpt-4-turbo"

Temperature

temperaturestringRequired

The temperature parameter for the GPT model. Use values between "0" and "1". The temperature controls the randomness of the generated text. Lower values make the text more deterministic, higher values make it more random.

Default value of this property is "0.5"

Top K results

topKResultsintegerOptional

The number of top K results to fetch from the Pinecone index and use as a context for the GPT model. The higher the number, the more context the model will have to generate the response but it will also take longer.

Default value of this property is 10

Developer
Maintained by Apify
Actor metrics
  • 1 monthly user
  • 2 stars
  • Created in May 2024
  • Modified 24 days ago