patterns-ai-core / langchainrb

Build LLM-powered applications in Ruby
https://rubydoc.info/gems/langchainrb
MIT License
1.18k stars 156 forks source link

Add missing `remove_texts()` and `update_texts()` methods to `Langchain::LLM::Milvus` #678

Open andreibondarev opened 4 days ago

andreibondarev commented 4 days ago

Is your feature request related to a problem? Please describe. Add missing remove_texts() and update_texts() methods to Langchain::LLM::Milvus. See other Vectorsearch providers, Chroma for example, to see example implementation for those methods.