Skip to content

Conversation

@marcusschiesser
Copy link
Collaborator

In #280 the VectorIndexRetriever is retrieving image documents from the index and reconstructing their URL based on their ID (see https://github.com/run-llama/LlamaIndexTS/pull/280/files#r1427834636).

Suggestion:

  1. Store the images in the doc store (This PR stores images of ImageNodes base64 encoded in the doc store)
  2. Use the doc store to get the images in the VectorIndexRetriever

What are your thoughts?

@vercel
Copy link

vercel bot commented Dec 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
llama-index-ts-docs ✅ Ready (Inspect) Visit Preview Dec 15, 2023 10:53am

@sweep-ai
Copy link
Contributor

sweep-ai bot commented Dec 15, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

Base automatically changed from ms/add-multi-modal-rag to main December 18, 2023 10:21
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.

2 participants