embedding-similarity - 技术专题

相关标签
golangdistributednearest-neighbor-searchcloud-nativeimage-searchvector-similarityfaissannsraghnsw

Here are 36 public repositories matching this topic...

cottontaildb

Cottontail DB is a column store vector database aimed at multimedia retrieval. It allows for classical boolean as well as vector-space retrieval (nearest neighbour search) used in similarity search using a unified data and query model.

  • Updated Dec 20, 2024
  • Kotlin

langchain-chat is an AI-driven Q&A system that leverages OpenAI's GPT-4 model and FAISS for efficient document indexing. It loads and splits documents from websites or PDFs, remembers conversations, and provides accurate, context-aware answers based on the indexed data. Easy to set up and extend.

  • Updated Apr 23, 2023
  • Python