Replies: 1 comment
-
|
The deprecation likely refers to a configuration or API change where indexing is replaced by regex for document retrieval. retrieval:
method: "regex"
# Further regex configuration if applicableRegex may provide more flexibility in matching patterns directly rather than relying on pre-processed index structures. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
why index has been deprecated? which means only regex allowed? Is it because the embedding effect is not good?
Beta Was this translation helpful? Give feedback.
All reactions