Schema should include - Image Embeddings - Caption (Indexed) - Caption Embeddings - Message ID/Message Link - Timestamp - pk TODO - Update Docker compose.yml file to add ollama and SmolVLM - Enable PGVector, pg-trgm(for captions) - Embedding size to be matching the SmolVLM model embed size. - Embed the captions and image using ollama with SmolVLM. - For a text search query generate embeddings and find similarity with Caption(use trigram), Caption and Image Embeddings. - For a image search query generate embeddings and find similarity with Caption and image embeddings.
Schema should include
TODO