You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
Seems fuzzy full-text search cannot be configured from the API (please correct and help me if I am wrong). Using langchain-mongodb package. I was editing the source to get it running:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked
Feature request
Seems fuzzy full-text search cannot be configured from the API (please correct and help me if I am wrong). Using langchain-mongodb package. I was editing the source to get it running:
bjjl@lion[pts/0]<langchain_mongodb>% diff -u pipelines.py.orig pipelines.py (0) 12:25
--- pipelines.py.orig 2024-11-09 13:35:27.291654778 +0100
+++ pipelines.py 2024-11-21 12:21:02.961718513 +0100
@@ -36,7 +36,12 @@
{
"$search": {
"index": index_name,
This is using the defaults from the MongoDB API.
We should make the fields become configurable from langchain.
Motivation
Getting more out of the langchain/mongodb integration.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions