Tags: aniongithub/memoryalpha-rag-api
Tags
Remove identify api (#8) * Refactor RAG API: Update default model, remove image identification, and enhance ask endpoint with tool-enabled search instead of naive document lookup * Prompt changes to provide better search results, increase max tokens to allow the model to provide longer responses. * Refactor ask endpoint: Update to use POST method with JSON payload for improved API usage; modify test cases for new question formats. Clean up unnecessary code and enhance logging in RAG implementation.
Feature image search (#5) * Update our RAG to use CLIP embeddings to support the new multi-modl data. * Working reverse image search using our new multimodal DB, with good results for the current prompt * 1. Remove streaming endpoint 2. Actually pass images in to our vision model 3. Update code to use the latest 0.5.0 release of the vector db with separate image and text embeddings
Add permissions and OpenAPI spec generation steps to release workflow (… …#2) * Add permissions and OpenAPI spec generation steps to release workflow * Add OpenAPI spec generation and conversion steps in CI workflows, rename the output file appropriately. * Show the generated openapi spec for user validation.