Closed xleotranx closed 1 year ago
+1
@xleotranx - you are welcome to put up a PR for this, but if you don't feel like it, I can do it too. Nice find!
HI @francis , i have just make a pull request here https://github.com/BoxcarsAI/boxcars/pull/91
not directly related to the vector search but i found extra issues. i am working on that https://github.com/jaigouk/boxcars/pull/2
@jaigouk - will you push this to us when you have it working?
I found a bug when I use VectorAnswer. There might be an incorrect method call in lib/boxcars/boxcar/vector_answer.rb.
The line @search_content = get_search_content(results) should be corrected to @search_content = get_results_content(results).
I have made the necessary changes, and it is working correctly on my local environment.