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] Does embed and upsert button make sense anymore? #4

Open
2 tasks done
zackproser opened this issue Jan 11, 2024 · 0 comments
Open
2 tasks done

[Bug] Does embed and upsert button make sense anymore? #4

zackproser opened this issue Jan 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zackproser
Copy link
Collaborator

Is this a new bug?

  • I believe this is a new bug
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

In the Pinecone vercel starter project that was the origin of this app, the workflow was:

  1. Make a query to the base model because context is not available
  2. Results were poorly because base model wasn't trained on the topic
  3. Click embed and upsert to perform RAG in the background
  4. Ask the same question
  5. Now you get the correct answer due to context

However, now I'm wondering if it would make more sense to fire the same event that is wired to the Embed and Upsert button when the user changes the select toggle for the topic?

It's also super unclear to newcomers that they must click this button to get the desired behavior differences in chat output.

Expected Behavior

It should be reasonably straightforward for folks without deep experience in embeddings and RAG to use the demo and learn the difference between a RAG and Non-RAG pipeline.

Steps To Reproduce

Run the current version or visit production

Relevant log output

No response

Environment

- **OS**:
- **Language version**:
- **Pinecone client version**:

Additional Context

No response

@zackproser zackproser added the bug Something isn't working label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant