Skip to content

Commit 2fa42ff

Browse files
committed
Update deploy ai search
1 parent 0dfe95b commit 2fa42ff

File tree

10 files changed

+12
-26
lines changed

10 files changed

+12
-26
lines changed

deploy_ai_search/.env

Lines changed: 0 additions & 25 deletions
This file was deleted.

deploy_ai_search/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,16 @@ dependencies = [
1212
"python-dotenv>=1.0.1",
1313
]
1414

15+
[dependency-groups]
16+
dev = [
17+
"black>=24.10.0",
18+
"ipykernel>=6.29.5",
19+
"jupyter>=1.1.1",
20+
"pre-commit>=4.0.1",
21+
"pygments>=2.18.0",
22+
"ruff>=0.8.1",
23+
"python-dotenv>=1.0.1",
24+
]
25+
1526
[tool.uv.sources]
1627
text-2-sql-core = { workspace = true }

deploy_ai_search/README.md renamed to deploy_ai_search/src/deploy_ai_search/README.md

File renamed without changes.

deploy_ai_search/ai_search.py renamed to deploy_ai_search/src/deploy_ai_search/ai_search.py

File renamed without changes.

deploy_ai_search/deploy.py renamed to deploy_ai_search/src/deploy_ai_search/deploy.py

File renamed without changes.

deploy_ai_search/environment.py renamed to deploy_ai_search/src/deploy_ai_search/environment.py

File renamed without changes.

deploy_ai_search/rag_documents.py renamed to deploy_ai_search/src/deploy_ai_search/rag_documents.py

File renamed without changes.

deploy_ai_search/text_2_sql_column_value_store.py renamed to deploy_ai_search/src/deploy_ai_search/text_2_sql_column_value_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def get_indexer(self) -> SearchIndexer:
176176
],
177177
output_field_mappings=[
178178
FieldMapping(
179-
source_field_name="/document/Entity",
179+
source_field_name="/document/Id",
180180
target_field_name="Id",
181181
mapping_function=FieldMappingFunction(
182182
name="base64Encode",
File renamed without changes.

deploy_ai_search/text_2_sql_schema_store.py renamed to deploy_ai_search/src/deploy_ai_search/text_2_sql_schema_store.py

File renamed without changes.

0 commit comments

Comments
 (0)