-
According to https://learn.microsoft.com/en-us/semantic-kernel/concepts/vector-store-connectors/out-of-the-box-connectors/postgres-connector?pivots=programming-language-csharp FTS search is not supported in existing Postres Connector. However, both db and client provide such capabilities:
Is there any plans to implement |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@westey-m can you provide a response here? |
Beta Was this translation helpful? Give feedback.
-
PostgreSQL requires a language to be specified when creating the vector or query for full text search, e.g.
Our abstractions do not currently have the ability to pass/configure such a value, however adding such support is on our backlog, specifically to support databases like PostgreSQL. For more information and tracking see #10359 |
Beta Was this translation helpful? Give feedback.
PostgreSQL requires a language to be specified when creating the vector or query for full text search, e.g.
english
in the following example:Our abstractions do not currently have the ability to pass/configure such a value, however adding such support is on our backlog, specifically to support databases like PostgreSQL.
For more information and tracking see #10359