Skip to content

Commit decb01d

Browse files
folder structure
1 parent cc54b00 commit decb01d

File tree

142 files changed

+43
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+43
-17
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.venv
2-
frontend/node_modules
2+
33
.env
44
.azure/
55
__pycache__/
66
.ipynb_checkpoints/
7-
static
8-
scripts/config.json
7+
8+
99
venv
1010
myenv
11-
frontend/coverage
11+
1212
scriptsenv/

scripts/config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"data_path": "../data",
4+
"location": "eastus",
5+
"subscription_id": "ff9b5430-90ea-44c0-8a00-e488c1bf56f4",
6+
"resource_group": "rg-bsbycgen",
7+
"search_service_name": "search-594d4a19-00cd-5358-b7e1-8bba04e9e79e",
8+
"index_name": "promissory-notes-index",
9+
"chunk_size": 1024,
10+
"token_overlap": 128,
11+
"semantic_config_name": "default",
12+
"language": "en"
13+
}
14+
]
File renamed without changes.

src/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.venv
2+
frontend/node_modules
3+
.env
4+
.azure/
5+
__pycache__/
6+
.ipynb_checkpoints/
7+
static
8+
scripts/config.json
9+
venv
10+
myenv
11+
frontend/coverage
12+
scriptsenv/
Lines changed: 13 additions & 13 deletions
File renamed without changes.
File renamed without changes.

app.py renamed to src/app.py

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)