openrag/flows/components
Edwin Jose b28ec798ba Add multi-model OpenSearch vector store component
Introduces opensearch_multimodel.py, a new component supporting multi-model hybrid search and ingestion in OpenSearch with dynamic vector fields, parallel embedding, and advanced filtering. Refactors embedding generation in opensearch.py to use tenacity-based retry logic and IBM/Watsonx rate limiting. Updates related flow JSONs to integrate the new component.
2025-12-05 18:01:04 -05:00
..
ollama_embedding.json updated flows removing ollama base url global variable 2025-11-19 16:18:49 -03:00
ollama_llm.json updated flows removing ollama base url global variable 2025-11-19 16:18:49 -03:00
ollama_llm_text.json updated flows removing ollama base url global variable 2025-11-19 16:18:49 -03:00
opensearch.py Add multi-model OpenSearch vector store component 2025-12-05 18:01:04 -05:00
opensearch_multimodel.py Add multi-model OpenSearch vector store component 2025-12-05 18:01:04 -05:00
watsonx_embedding.json Fixed components: added load from db and removed Flow encapsulation 2025-09-29 16:42:36 -03:00
watsonx_llm.json Fixed components: added load from db and removed Flow encapsulation 2025-09-29 16:42:36 -03:00
watsonx_llm_text.json Fixed components: added load from db and removed Flow encapsulation 2025-09-29 16:42:36 -03:00