-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add env variable to locate the project folder and resolve new pydanti…
…c version issues (#971) Co-authored-by: jeffrey <[email protected]>
- Loading branch information
Showing
6 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AutoRAG[parse,api]>=0.3.8 | ||
quart-schema | ||
AutoRAG[parse]>=0.3.10 | ||
pydantic<2.10.0 | ||
jwt | ||
quart-cors | ||
Werkzeug | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
pydantic<2.10.0 # incompatible with llama index | ||
numpy<2.0.0 # temporal not using numpy 2.0.0 | ||
pandas>=2.1.0 | ||
tqdm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
id,project_id,config,name,status,created_at,report_task_id,chat_task_id | ||
8c42b9e6-490d-4971-bb9e-705b36b7a3a2,tutorial_1,"{""id"": ""8c42b9e6-490d-4971-bb9e-705b36b7a3a2"", ""project_id"": ""tutorial_1"", ""config"": {""trial_id"": ""8c42b9e6-490d-4971-bb9e-705b36b7a3a2"", ""project_id"": ""tutorial_1"", ""raw_path"": null, ""corpus_path"": null, ""qa_path"": null, ""config_path"": null, ""metadata"": {}}, ""name"": ""Trial_20241117_1111"", ""status"": ""not_started"", ""created_at"": ""2024-11-17T11:11:15.348589"", ""report_task_id"": null, ""chat_task_id"": null, ""corpus_path"": null, ""qa_path"": ""/Users/martin/Development/org_autorag/SaaS-AutoRAG-API/projects/tutorial_1/qa/qa_8c42b9e6-490d-4971-bb9e-705b36b7a3a2.parquet""}",Trial_20241117_1111,not_started,2024-11-17T11:11:15.348589,, | ||
8c42b9e6-490d-4971-bb9e-705b36b7a3a2,tutorial_1,"{""id"": ""8c42b9e6-490d-4971-bb9e-705b36b7a3a2"", ""project_id"": ""tutorial_1"", ""config"": {""trial_id"": ""8c42b9e6-490d-4971-bb9e-705b36b7a3a2"", ""project_id"": ""tutorial_1"", ""raw_path"": null, ""corpus_path"": null, ""qa_path"": null, ""config_path"": null, ""metadata"": {}}, ""name"": ""Trial_20241117_1111"", ""status"": ""not_started"", ""created_at"": ""2024-11-17T11:11:15.348589"", ""report_task_id"": null, ""chat_task_id"": null, ""corpus_path"": null, ""qa_path"": ""/Users/martin/Development/org_autorag/SaaS-AutoRAG-API/projects/tutorial_1/qa/qa_8c42b9e6-490d-4971-bb9e-705b36b7a3a2.parquet""}",Trial_20241117_1111,not_started,2024-11-17T11:11:15.348589,, | ||
119f5ac8-a39d-47f7-aa87-e98dbed16931,tutorial_1,"{""id"": ""119f5ac8-a39d-47f7-aa87-e98dbed16931"", ""project_id"": ""tutorial_1"", ""config"": {""trial_id"": ""119f5ac8-a39d-47f7-aa87-e98dbed16931"", ""project_id"": ""tutorial_1"", ""raw_path"": null, ""corpus_path"": null, ""qa_path"": null, ""config_path"": null, ""metadata"": {}}, ""name"": ""Trial_20241121_1618"", ""status"": ""not_started"", ""created_at"": ""2024-11-21T08:18:09.443575"", ""report_task_id"": null, ""chat_task_id"": null, ""corpus_path"": null, ""qa_path"": ""/app/projects/tutorial_1/qa/qa_119f5ac8-a39d-47f7-aa87-e98dbed16931.parquet""}",Trial_20241121_1618,not_started,2024-11-21T08:18:09.443575,, |