You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use images/pdfs as well as texts as both input of user queries as well as knowledge base for the embeddings store.
What does the feature do?
images/pdfs and/or textual documents should be treated as optional columns in source tables.
user can use images and/or texts to perform queries and those queries could return texts and/or images as results.
example:
user creates a table with stock exchange pdf market reports --> images are extracted in an "image" column
user creates a different table with the same stock exchange pdf market reports --> texts are extracted in a "text column"
user creates 2 different vectorizers that use different embedding models that can process text/image chunks
now user inputs a semantic search query "i would like to read about Tesla stock data for the year 2015" --> result is given from the images and/or texts best matching the prompt
now user inputs a text generation query "which stock performed best in 2024 ?" --> result is given
now user inputs a text generation query "which stock performed best in 2000 ?" --> result is not given because the reports only contained info about year >2010
Implementation challenges
No response
Are you going to work on this feature?
None
The text was updated successfully, but these errors were encountered:
What problem does the new feature solve?
I would like to use images/pdfs as well as texts as both input of user queries as well as knowledge base for the embeddings store.
What does the feature do?
images/pdfs and/or textual documents should be treated as optional columns in source tables.
user can use images and/or texts to perform queries and those queries could return texts and/or images as results.
example:
Implementation challenges
No response
Are you going to work on this feature?
None
The text was updated successfully, but these errors were encountered: