forked from tjmlabs/colivara-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
tjmlabs/image-extraction-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How to download model: 1. Sign up to Huggingface 2. Request access here: https://huggingface.co/google/paligemma-3b-mix-448 3. On the machine or the VM - download the model via byaldi # we have to login before we can get the model RAG = RAGMultiModalModel.from_pretrained("vidore/colpali") RAG.index( input_path="docs/", # The path to your documents index_name=demo_files, # The name you want to give to your index. It'll be saved at `index_root/index_name/`. store_collection_with_index=True, # Whether the index should store the base64 encoded documents. metadata=metadata, # Optionally, you can specify a list of metadata for each document. They must be a list of dictionaries, with the same length as the number of documents you're passing. overwrite=True )
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 47.8%
- CSS 44.2%
- Python 7.2%
- HTML 0.8%