Skip to content

Tags: aniongithub/memoryalpha-rag-api

Tags

v0.62

Toggle v0.62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance RAG API to return token usage information and improve error h…

…andling in chat script (#9)

v0.6

Toggle v0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refine image identification prompt for clarity and specificity (#6)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update GITHUB_TOKEN secret for OpenAPI spec upload step (#3)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.3.0

Toggle v0.3.0's commit message
Add continue-on-error option for Docker Hub description update step

v0.2.0

Toggle v0.2.0's commit message
Remove ARM64 platform support from Docker image build in release work…

…flow

v0.1.0

Toggle v0.1.0's commit message
Update CI badge in README.md for clarity