Skip to content

Commit 3191419

Browse files
committed
Further refactor
1 parent 0e6c58f commit 3191419

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"isBackground": true,
66
"label": "func: host start",
77
"options": {
8-
"cwd": "${workspaceFolder}/ai_search_with_adi/adi_function_app"
8+
"cwd": "${workspaceFolder}/ai_search_with_adi_function_app"
99
},
1010
"problemMatcher": "$func-python-watch",
1111
"type": "func"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ It is intended that the plugins and skills provided in this repository, are adap
77
## Components
88

99
- `./text2sql` contains an Multi-Shot implementation for Text2SQL generation and querying which can be used to answer questions backed by a database as a knowledge base.
10-
- `./ai_search_with_adi` contains code for linking Azure Document Intelligence with AI Search to process complex documents with charts and images, and uses multi-modal models (gpt4o) to interpret and understand these.
11-
- `./ai_search` provides an easy Python based utility for deploying an index, indexer and corresponding skillset for AI Search.
10+
- `./ai_search_with_adi_function_app` contains code for linking Azure Document Intelligence with AI Search to process complex documents with charts and images, and uses multi-modal models (gpt4o) to interpret and understand these.
11+
- `./deploy_ai_search` provides an easy Python based utility for deploying an index, indexer and corresponding skillset for AI Search.
1212

1313
The above components have been successfully used on production RAG projects to increase the quality of responses. The code provided in this repo is a sample of the implementation and should be adjusted before being used in production.
1414

adi_function_app/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The properties returned from the ADI Custom Skill are then used to perform the f
3838

3939
## Provided Notebooks \& Utilities
4040

41-
- `./adi_function_app` provides a pre-built Python function app that communicates with Azure Document Intelligence, Azure OpenAI etc to perform the Markdown conversion, extraction of figures, figure understanding and corresponding cleaning of Markdown.
41+
- `./ai_search_with_adi_function_app` provides a pre-built Python function app that communicates with Azure Document Intelligence, Azure OpenAI etc to perform the Markdown conversion, extraction of figures, figure understanding and corresponding cleaning of Markdown.
4242
- `./rag_with_ai_search.ipynb` provides example of how to utilise the AI Search plugin to query the index.
4343

4444
## Deploying AI Search Setup
@@ -47,7 +47,7 @@ To deploy the pre-built index and associated indexer / skillset setup, see instr
4747

4848
## ADI Custom Skill
4949

50-
Deploy the associated function app and required resources. You can then experiment with the custom skill by sending an HTTP request in the AI Search JSON format to the `/adi_2_ai_search` HTTP endpoint.
50+
Deploy the associated function app and required resources. You can then experiment with the custom skill by sending an HTTP request in the AI Search JSON format to the `/adi_2_deploy_ai_search` HTTP endpoint.
5151

5252
To use with an index, either use the utility to configure a indexer in the provided form, or integrate the skill with your skillset pipeline.
5353

@@ -61,7 +61,7 @@ To use with an index, either use the utility to configure a indexer in the provi
6161

6262
#### function_app.py
6363

64-
`./indexer/adi_function_app.py` contains the HTTP entrypoints for the ADI skill and the other provided utility skills.
64+
`./indexer/ai_search_with_adi_function_app.py` contains the HTTP entrypoints for the ADI skill and the other provided utility skills.
6565

6666
#### adi_2_aisearch
6767

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)