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
Does anyone have an example of this but using the SqlServer connector? struggling to find any useful documentation for it. I've managed to generate embeddings but struggling to search them using textsearch.
I have it working fine in v1.51.0 but my code is no longer compatible with the latest updates. This is what my current code is based on. There is no search example here though.
I also noticed that var textEmbeddingGenerationService = build.kernel.GetRequiredService(); is now obsolete but can't find any examples showing it's replacement.
.NETIssue or Pull requests regarding .NET codetriage
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone have an example of this but using the SqlServer connector? struggling to find any useful documentation for it. I've managed to generate embeddings but struggling to search them using textsearch.
I have it working fine in v1.51.0 but my code is no longer compatible with the latest updates. This is what my current code is based on. There is no search example here though.
I also noticed that var textEmbeddingGenerationService = build.kernel.GetRequiredService(); is now obsolete but can't find any examples showing it's replacement.
Here is the outdated documentation provided.
Any help is much appreciated
Beta Was this translation helpful? Give feedback.
All reactions