Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hybrid search-indexer #172

Open
aradhanachaturvedi opened this issue Feb 24, 2024 · 0 comments
Open

Hybrid search-indexer #172

aradhanachaturvedi opened this issue Feb 24, 2024 · 0 comments

Comments

@aradhanachaturvedi
Copy link

Hi I want to know this-
I am not using vectorized integration because its still in preview mode. So without this I want to build RAG for my client.
I have below query

  1. Indexer can Pull data from ADLS , but in case I want to perform hybrid search which requires embedding this will not work. Until and unless I put json which has both text + Embedding in my ADLS
  2. my source data is in ADLS . So now I need to write separate code for doing chunk+embedding using Azure openAI model (lets say I am using Databricks notebook)
  3. Whenever any new data comes up in ADLS , I need to call this databricks notebook . So which one will you suggest using Azure function or ADF which will call notebook and create chunks and index it in AI search?
  4. is there any other better approach ?can we have custom web api skill in indexer to call embedding model endpoint?is that possible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant