Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vectorstores.py): fetch embedding for the
near_vector
method
the near_vector method accepts a parameter called "near_vector", for which the method will perform vector search to get the nearest vector(s). We should get the vector using the embedding object, just as we did in the `hybrid` search method, 4 lines above it.
- Loading branch information