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

Possible to add the support for vector DB/Embedding #59

Open
xubairp opened this issue May 14, 2023 · 1 comment
Open

Possible to add the support for vector DB/Embedding #59

xubairp opened this issue May 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@xubairp
Copy link

xubairp commented May 14, 2023

Hi,

I tried testing some PDF file, but when i wanted to query/ask it give error that the context window limit is reached, so i believe you are adding the whole content of the file into the prompt, i can see that this will be helpful with the Claude 100K context window, but for the Chatgpt 4 at the moment this is limitation.

Is it possible to add support for the vector DB such as Supabase which will store the embedding and then it will be queried to retrieve the most relevant chunk(s) based on the user query.

@okisdev
Copy link
Owner

okisdev commented May 14, 2023

Hi. Thanks for your feedback.

This feature is on board (https://github.com/users/okisdev/projects/7?pane=issue&itemId=27332102), it might be delivered as a separate project, focusing on large file(s)/contexts handling.

@okisdev okisdev added the enhancement New feature or request label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants