Files
langchain-python/langchain/vectorstores
StephaneBereux d383c0cb43 fixed the filtering error in chromadb (#1621)
Fixed two small bugs (as reported in issue #1619 ) in the filtering by
metadata for `chroma` databases :
- ```langchain.vectorstores.chroma.similarity_search``` takes a
```filter``` input parameter but do not forward it to
```langchain.vectorstores.chroma.similarity_search_with_score```
- ```langchain.vectorstores.chroma.similarity_search_by_vector```
doesn't take this parameter in input, although it could be very useful,
without any additional complexity - and it would thus be coherent with
the syntax of the two other functions.

Co-authored-by: Davis Chase <130488702+dev2049@users.noreply.github.com>
2023-05-09 16:43:00 -07:00
..
2023-04-28 21:25:33 -07:00
2023-04-24 11:50:55 -07:00
2023-04-24 11:50:55 -07:00
2023-04-27 08:14:36 -07:00
2023-04-24 11:50:55 -07:00
2023-04-22 09:17:38 -07:00
2023-05-01 20:37:24 -07:00
2023-04-24 11:50:55 -07:00
2023-04-28 21:25:33 -07:00
2023-04-24 19:54:15 -07:00
2023-05-01 20:37:24 -07:00
2023-04-22 08:26:19 -07:00