-
Notifications
You must be signed in to change notification settings - Fork 470
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
Generate and store image embeddings in search index #748
Labels
subtask
A subtask
Comments
13 tasks
Update 26th April:
My next steps are to investigate if removing LangChain allows easier integration of vision as well as seeing what else it might affect. If all goes well, I'll raise an ADR to discuss futher with the team. |
adamdougal
added a commit
that referenced
this issue
Apr 30, 2024
- To enable storing and querying image embeddings Required by #748
github-merge-queue bot
pushed a commit
that referenced
this issue
Apr 30, 2024
* Raise ADR proposing to remove Langchain from tools - To enable storing and querying image embeddings Required by #748 * Add note about what we lose by removing langchain * Optimism
Update 1st May:
|
adamdougal
added a commit
that referenced
this issue
May 2, 2024
- In preparation for changing the tools we use to create it - This ensures that we don't make any unintended changes to the index Required by #748
github-merge-queue bot
pushed a commit
that referenced
this issue
May 3, 2024
- In preparation for changing the tools we use to create it - This ensures that we don't make any unintended changes to the index Required by #748
adamdougal
added a commit
that referenced
this issue
May 7, 2024
- This is preparation for adding an additional image vector field for advanced image processing - I've tried to keep changes to a minimum - Still using langchain in the question and answer tool for now - Increased unit test coverage Required by #748
3 tasks
adamdougal
added a commit
that referenced
this issue
May 7, 2024
- This is preparation for adding an additional image vector field for advanced image processing - I've tried to keep changes to a minimum - Still using langchain in the question and answer tool for now - Increased unit test coverage Required by #748
adamdougal
added a commit
that referenced
this issue
May 9, 2024
- This is preparation for adding an additional image vector field for advanced image processing - I've tried to keep changes to a minimum - Still using langchain in the question and answer tool for now - Increased unit test coverage Required by #748
2 tasks
13th May: Mini code review:
Get wider feedback:
|
14th May Update:
|
adamdougal
added a commit
that referenced
this issue
May 15, 2024
- hard coded the vector search dimensions for now - once we have implemented the `vectorizeText` call when searching, we could do the same thing we've done for GPT embeddings Required by #748
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Required by #323
Description
Generate image embeddings using computer vision and store them in a modified search index.
Tasks
The text was updated successfully, but these errors were encountered: