BoxcarsAI / boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
MIT License
430 stars 39 forks source link

VectorAnswer boxcar should support all vector stores #84

Closed francis closed 9 months ago

francis commented 1 year ago

@jaigouk pointed this out in the review. The VectorAnswer boxcar should support all types of vector stores we define.

I think the best way to handle this is to create a new object that understands the vector store and how to make queries.

"please check spec/boxcars/vector_search_spec.rb for this. because we have multiple ways for vector stores, the configuration may differ."

jaigouk commented 1 year ago

I will look into this in this weekend @francis

francis commented 1 year ago

Anything I can do to help here @jaigouk?

jaigouk commented 1 year ago

sorry, i was in compay event for 1 week. i will try this again in this weekend