DocUA commited on
Commit
c9eb27f
·
1 Parent(s): a2864c9
Files changed (2) hide show
  1. .gitignore +15 -1
  2. main.py +1 -1
.gitignore CHANGED
@@ -1 +1,15 @@
1
- .env
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Ігноруємо конфігураційні файли PyCharm
2
+ .idea/
3
+
4
+ # Ігноруємо кеші Python
5
+ __pycache__/
6
+ *.pyc
7
+
8
+ # Ігноруємо віртуальне середовище
9
+ venv/
10
+
11
+ # Ігноруємо конфіденційні файли
12
+ .env
13
+
14
+ # Ігноруємо папку Save_index
15
+ Save_index/
main.py CHANGED
@@ -54,7 +54,7 @@ Settings.chunk_size = 1024
54
  Settings.similarity_top_k = 20
55
 
56
  # Your specific persist directory
57
- PERSIST_DIR = "/home/docsa/PycharmProjects/Legal_Position/Save_index"
58
 
59
 
60
  # Templates remain the same...
 
54
  Settings.similarity_top_k = 20
55
 
56
  # Your specific persist directory
57
+ PERSIST_DIR = "/home/docsa/Legal_Position/Save_index"
58
 
59
 
60
  # Templates remain the same...