patterns-ai-core / langchainrb

Build LLM-powered applications in Ruby

Home Page:https://rubydoc.info/gems/langchainrb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a tool that wraps vectorsearch DBs for Assistant to be able to retrieve data

andreibondarev opened this issue · comments

Description

Assistants should be able to retrieve data from vectorsearch DBs that could be relevant in answering user's questions.

Tasks

  • Create a wrapper class on top of vectorsearch DBs that that give an Assistant access to similarity_search().