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

Crawl Pinecone docs and marketing site instead of demo URLs #13

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

zackproser
Copy link
Collaborator

Problem

We've got a use case where folks would like to use this app to demonstrate RAG against the Pinecone documentation and marketing site.

Solution

  • Update URL targets to allow crawling Pinecone's official docs and Pinecone's marketing site
  • Centralize shared configuration parameters for Serverless into a utility that can be loaded wherever needed
  • Create the Pinecone Index if it doesn't already exist, suppressing conflict errors if it does already exist.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

Tested locally and will ask the requesting engineer to verify this branch as well.

@zackproser zackproser changed the title Work on pinecone docs Crawl Pinecone docs and marketing site instead of demo URLs Jan 29, 2024
-Via the frontend, so that it's more clear to the operator what they
need to fix
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

Successfully merging this pull request may close these issues.

None yet

1 participant