File size: 45,589 Bytes
237b406
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
2024-12-11 15:35:23,052 - INFO - Use pytorch device_name: cpu
2024-12-11 15:35:23,052 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-11 15:35:25,736 - ERROR - Fehler in der Hauptfunktion: 'utf-8' codec can't decode byte 0xfc in position 21: invalid start byte
2024-12-11 15:41:08,146 - INFO - Use pytorch device_name: cpu
2024-12-11 15:41:08,146 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-11 15:41:11,280 - INFO - Text erfolgreich in 313 Chunks aufgeteilt
2024-12-11 15:41:59,762 - INFO - Loading faiss with AVX512 support.
2024-12-11 15:41:59,781 - INFO - Could not load library with AVX512 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")
2024-12-11 15:41:59,781 - INFO - Loading faiss with AVX2 support.
2024-12-11 15:42:00,015 - INFO - Successfully loaded faiss with AVX2 support.
2024-12-11 15:42:04,699 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl
2024-12-11 15:42:04,746 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\bm25.pkl
2024-12-11 15:42:04,795 - INFO - documents erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\documents.pkl
2024-12-11 15:42:22,554 - INFO - Use pytorch device_name: cpu
2024-12-11 15:42:22,554 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-11 15:44:24,147 - INFO - Use pytorch device_name: cpu
2024-12-11 15:44:24,147 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-11 15:44:27,005 - INFO - Text erfolgreich in 313 Chunks aufgeteilt
2024-12-11 15:45:32,791 - INFO - Loading faiss with AVX512 support.
2024-12-11 15:45:32,792 - INFO - Could not load library with AVX512 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")
2024-12-11 15:45:32,792 - INFO - Loading faiss with AVX2 support.
2024-12-11 15:45:32,893 - INFO - Successfully loaded faiss with AVX2 support.
2024-12-11 15:45:40,233 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl
2024-12-11 15:45:40,268 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\bm25.pkl
2024-12-11 15:45:40,312 - INFO - documents erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\documents.pkl
2024-12-11 15:48:56,456 - INFO - Use pytorch device_name: cpu
2024-12-11 15:48:56,462 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-11 15:48:58,485 - INFO - Text erfolgreich in 313 Chunks aufgeteilt
2024-12-11 15:49:48,360 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmptk9q2wdd\vectorstore.pkl
2024-12-11 15:49:48,372 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmptk9q2wdd\bm25.pkl
2024-12-11 15:49:48,656 - INFO - documents erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmptk9q2wdd\documents.pkl
2024-12-12 15:44:23,475 - INFO - Use pytorch device_name: cpu
2024-12-12 15:44:23,476 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-12 15:44:26,369 - INFO - Text erfolgreich in 313 Chunks aufgeteilt
2024-12-12 15:45:34,360 - INFO - Loading faiss with AVX512 support.
2024-12-12 15:45:34,360 - INFO - Could not load library with AVX512 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")
2024-12-12 15:45:34,360 - INFO - Loading faiss with AVX2 support.
2024-12-12 15:45:34,455 - INFO - Successfully loaded faiss with AVX2 support.
2024-12-12 15:45:38,124 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl
2024-12-12 15:45:38,193 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\bm25.pkl
2024-12-12 15:45:38,241 - INFO - documents erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\documents.pkl
2024-12-12 15:48:30,256 - INFO - Use pytorch device_name: cpu
2024-12-12 15:48:30,256 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-12 15:48:32,462 - INFO - Text erfolgreich in 313 Chunks aufgeteilt
2024-12-12 15:49:34,089 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmp7tk__l24\vectorstore.pkl
2024-12-12 15:49:34,101 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmp7tk__l24\bm25.pkl
2024-12-12 15:49:34,106 - INFO - documents erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmp7tk__l24\documents.pkl
2024-12-12 16:33:12,860 - INFO - Use pytorch device_name: cpu
2024-12-12 16:33:12,860 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-12 16:33:15,124 - INFO - Text erfolgreich in 57 Chunks aufgeteilt
2024-12-12 16:33:25,522 - INFO - Loading faiss with AVX512 support.
2024-12-12 16:33:25,522 - INFO - Could not load library with AVX512 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")
2024-12-12 16:33:25,522 - INFO - Loading faiss with AVX2 support.
2024-12-12 16:33:25,604 - INFO - Successfully loaded faiss with AVX2 support.
2024-12-12 16:33:27,600 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl
2024-12-12 16:33:27,624 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\bm25.pkl
2024-12-12 16:33:27,653 - INFO - documents erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\documents.pkl
2024-12-12 16:33:42,781 - INFO - Use pytorch device_name: cpu
2024-12-12 16:33:42,781 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-12 16:33:46,877 - INFO - Text erfolgreich in 57 Chunks aufgeteilt
2024-12-12 16:33:58,469 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmpjyrrihb0\vectorstore.pkl
2024-12-12 16:33:58,473 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmpjyrrihb0\bm25.pkl
2024-12-12 16:33:58,495 - INFO - documents erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmpjyrrihb0\documents.pkl
2024-12-12 16:42:48,506 - INFO - Use pytorch device_name: cpu
2024-12-12 16:42:48,508 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-12 16:42:50,810 - INFO - Text erfolgreich in 57 Chunks aufgeteilt
2024-12-12 16:43:03,288 - INFO - Loading faiss with AVX512 support.
2024-12-12 16:43:03,289 - INFO - Could not load library with AVX512 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")
2024-12-12 16:43:03,289 - INFO - Loading faiss with AVX2 support.
2024-12-12 16:43:03,372 - INFO - Successfully loaded faiss with AVX2 support.
2024-12-12 16:43:05,380 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl
2024-12-12 16:43:05,480 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\bm25.pkl
2024-12-12 16:43:05,530 - INFO - documents erfolgreich gespeichert in C:\Users\felix\LangchainProject\vector_stores\documents.pkl
2024-12-12 16:49:50,208 - INFO - Use pytorch device_name: cpu
2024-12-12 16:49:50,208 - INFO - Load pretrained SentenceTransformer: multi-qa-mpnet-base-dot-v1
2024-12-12 16:49:56,282 - INFO - Text erfolgreich in 57 Chunks aufgeteilt
2024-12-12 16:50:35,499 - INFO - vectorstore erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmp244lolte\vectorstore.pkl
2024-12-12 16:50:35,561 - INFO - bm25 erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmp244lolte\bm25.pkl
2024-12-12 16:50:35,582 - INFO - documents erfolgreich gespeichert in C:\Users\felix\AppData\Local\Temp\tmp244lolte\documents.pkl
2024-12-16 17:51:21,039 - ERROR - Fehler in der Hauptfunktion: name 'torch' is not defined
2024-12-16 17:54:33,903 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2
2024-12-16 17:54:42,133 - ERROR - Fehler in der Hauptfunktion: [Errno 2] No such file or directory: 'C:\\Users\\felix\\Downloads\\Machine Learning\\text.txt'

2024-12-16 17:57:05,134 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-16 17:57:15,406 - ERROR - Fehler bei der Textverarbeitung: 

**********************************************************************

  Resource punkt_tab not found.

  Please use the NLTK Downloader to obtain the resource:



  >>> import nltk

  >>> nltk.download('punkt_tab')

  

  For more information see: https://www.nltk.org/data.html



  Attempted to load tokenizers/punkt_tab/english/



  Searched in:

    - 'C:\\Users\\felix/nltk_data'

    - 'C:\\Users\\felix\\LangchainProject\\venv\\nltk_data'

    - 'C:\\Users\\felix\\LangchainProject\\venv\\share\\nltk_data'

    - 'C:\\Users\\felix\\LangchainProject\\venv\\lib\\nltk_data'

    - 'C:\\Users\\felix\\AppData\\Roaming\\nltk_data'

    - 'C:\\nltk_data'

    - 'D:\\nltk_data'

    - 'E:\\nltk_data'

**********************************************************************



2024-12-16 17:57:15,428 - ERROR - Fehler in der Hauptfunktion: 

**********************************************************************

  Resource punkt_tab not found.

  Please use the NLTK Downloader to obtain the resource:



  >>> import nltk

  >>> nltk.download('punkt_tab')

  

  For more information see: https://www.nltk.org/data.html



  Attempted to load tokenizers/punkt_tab/english/



  Searched in:

    - 'C:\\Users\\felix/nltk_data'

    - 'C:\\Users\\felix\\LangchainProject\\venv\\nltk_data'

    - 'C:\\Users\\felix\\LangchainProject\\venv\\share\\nltk_data'

    - 'C:\\Users\\felix\\LangchainProject\\venv\\lib\\nltk_data'

    - 'C:\\Users\\felix\\AppData\\Roaming\\nltk_data'

    - 'C:\\nltk_data'

    - 'D:\\nltk_data'

    - 'E:\\nltk_data'

**********************************************************************



2024-12-16 18:09:22,027 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-16 18:09:34,608 - INFO - Text erfolgreich verarbeitet: {'avg_chunk_size': 375.62295081967216, 'total_chunks': 61, 'importance_scores': [1.8523764530960682, 1.9981502189855531, 2.4716654620820373, 2.011936255653286, 1.986003637321247, 2.0486839732371314, 1.9144930832812352, 1.9718307427658557, 2.083415848212283, 2.1055105376964582, 2.1353627789987457, 1.8902995646063736, 1.9953126928027891, 2.089366584280997, 2.1072853258957323, 1.9274152004480012, 1.9920377647432685, 1.765380921649024, 2.135726277186823, 2.0182294345862295, 1.6557224754631281, 1.532249832583992, 1.7466404710308432, 1.658646393938052, 2.040670569746729, 2.244521947898767, 2.0725358184463496, 2.0019466223596862, 1.9494919613118535, 1.8266974335680743, 1.9762787374259707, 2.074959721591228, 2.09230465090897, 1.7142358450135688, 1.7866938967397645, 1.7940862229963717, 2.223286212141793, 2.244014164794384, 1.9136875318655642, 2.335534395565953, 2.2226594205212877, 2.4652303411352388, 2.2078056956774454, 1.6940806569661013, 1.7976282472574687, 2.07612659656065, 2.2761627096128776, 2.08770816321108, 1.9219870924601525, 1.7731984999176411, 1.683357961792392, 1.7873357185557273, 1.928224773167052, 1.934194601481283, 1.8093719787648093, 1.8982098272042773, 2.2623649949396856, 2.3011878554617007, 2.1935536183074076, 2.1727783280572557, 1.7776831755149525], 'silhouette_score': np.float64(-0.0006046195239444791), 'num_clusters': 3, 'avg_importance_score': np.float64(1.9943530806473224)}

2024-12-16 18:09:42,402 - INFO - Loading faiss with AVX512 support.

2024-12-16 18:09:42,402 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-16 18:09:42,402 - INFO - Loading faiss with AVX2 support.

2024-12-16 18:09:42,512 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-16 18:09:48,562 - INFO - vectorstore gespeichert: C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl

2024-12-16 18:09:48,599 - INFO - bm25 gespeichert: C:\Users\felix\LangchainProject\vector_stores\bm25.pkl

2024-12-16 18:09:48,629 - INFO - documents gespeichert: C:\Users\felix\LangchainProject\vector_stores\documents.pkl

2024-12-16 18:09:48,629 - INFO - cluster_index gespeichert: C:\Users\felix\LangchainProject\vector_stores\cluster_index.pkl

2024-12-16 18:09:48,644 - ERROR - Fehler bei der Suche: 'EnhancedVectorStoreManager' object has no attribute 'vectorstore'

2024-12-16 18:09:48,645 - ERROR - Fehler: 'EnhancedVectorStoreManager' object has no attribute 'vectorstore'

2024-12-16 18:48:38,315 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-16 18:49:00,381 - INFO - Text erfolgreich verarbeitet: {'avg_chunk_size': 369.76344086021504, 'total_chunks': 93, 'importance_scores': [2.0313485356108294, 2.1848271706626665, 2.6834530494618285, 2.1942621687299173, 2.1967078174871544, 2.1952011245216814, 2.107145752297349, 2.144829034906195, 2.282205608628479, 2.2713728335147425, 2.3730938048523114, 2.08520369545691, 2.148090876210953, 2.315322568386504, 2.339817678746992, 2.1081630841467285, 2.221594431986338, 1.9523701524754768, 2.350230052259358, 2.189490281640172, 1.8676012971464744, 1.7143651101392507, 1.9376646686884842, 1.8773100811984889, 2.303088049108535, 2.4803978403238416, 2.319651802134504, 2.241754353655483, 2.184263970509197, 1.997056468270754, 2.186027891613782, 2.325515480038278, 2.3182189973916834, 1.9196628687042505, 2.021678598954401, 2.01572882861898, 2.4906674449845503, 2.4132299358261453, 2.103456712230168, 2.5772426101026067, 2.5199333714547985, 2.777665915850146, 2.471221463708715, 1.8827640985589118, 2.0086350042337022, 2.3179456589524534, 2.5311661017589957, 2.321160916236376, 2.0750538413650816, 1.9486259559143033, 1.8533513507963093, 2.050229850614125, 2.1703086841000605, 2.1597989779454214, 2.047133505343226, 2.118861733321308, 2.5040733940608657, 2.5753916695074888, 2.4306273801851437, 2.3905300961561817, 1.9218493403563417, 2.2898852836845447, 2.390110555910388, 2.5012533290523176, 2.4546500171502945, 2.3982491100472116, 2.120856630986751, 2.8742060978681727, 2.3980573904063616, 2.3450160324286387, 2.1340638113729367, 2.2019294460124264, 2.397528981286594, 2.4303531247463184, 2.721156816612756, 3.0205789394335554, 2.646878011249484, 2.690186611796745, 2.474275761069384, 2.2619675754720148, 2.396851154137943, 2.181640965102019, 2.0830080337298296, 2.459177602052239, 2.560752205927575, 2.432979415412006, 2.397792628237384, 2.7849450263848894, 2.9072723734948474, 2.507508065700194, 2.856701225434765, 2.293239210088815, 2.2794002112058593], 'silhouette_score': np.float64(0.00989540173348278), 'num_clusters': 3, 'avg_importance_score': np.float64(2.297184007371372)}

2024-12-16 18:49:13,032 - INFO - Loading faiss with AVX512 support.

2024-12-16 18:49:13,032 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-16 18:49:13,032 - INFO - Loading faiss with AVX2 support.

2024-12-16 18:49:13,175 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-16 18:49:23,499 - INFO - vectorstore gespeichert: C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl

2024-12-16 18:49:23,539 - INFO - bm25 gespeichert: C:\Users\felix\LangchainProject\vector_stores\bm25.pkl

2024-12-16 18:49:23,738 - INFO - documents gespeichert: C:\Users\felix\LangchainProject\vector_stores\documents.pkl

2024-12-16 18:49:23,792 - INFO - cluster_index gespeichert: C:\Users\felix\LangchainProject\vector_stores\cluster_index.pkl

2024-12-16 18:49:23,792 - ERROR - Fehler bei der Suche: 'EnhancedVectorStoreManager' object has no attribute 'vectorstore'

2024-12-16 18:49:23,792 - ERROR - Fehler: 'EnhancedVectorStoreManager' object has no attribute 'vectorstore'

2024-12-16 19:55:16,288 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-16 19:55:57,135 - INFO - Text erfolgreich verarbeitet: {'avg_chunk_size': 369.76344086021504, 'total_chunks': 93, 'importance_scores': [2.031348535610829, 2.184827170662667, 2.6834530494618276, 2.1942621687299173, 2.196707817487154, 2.1952011245216814, 2.107145752297349, 2.1448290349061954, 2.282205608628479, 2.271372833514742, 2.3730938048523114, 2.0852036954569106, 2.1480908762109534, 2.3153225683865046, 2.3398176787469915, 2.108163084146728, 2.2215944319863383, 1.9523701524754773, 2.350230052259358, 2.189490281640172, 1.867601297146474, 1.7143651101392512, 1.9376646686884835, 1.8773100811984889, 2.3030880491085353, 2.480397840323841, 2.3196518021345036, 2.241754353655483, 2.1842639705091966, 1.9970564682707537, 2.186027891613782, 2.3255154800382782, 2.318218997391683, 1.91966286870425, 2.0216785989544013, 2.01572882861898, 2.4906674449845507, 2.4132299358261458, 2.1034567122301677, 2.5772426101026054, 2.5199333714547985, 2.7776659158501458, 2.471221463708715, 1.8827640985589116, 2.0086350042337022, 2.317945658952452, 2.5311661017589957, 2.321160916236376, 2.0750538413650816, 1.9486259559143035, 1.8533513507963093, 2.050229850614125, 2.1703086841000605, 2.1597989779454214, 2.047133505343226, 2.118861733321308, 2.504073394060866, 2.5753916695074888, 2.430627380185144, 2.3905300961561813, 1.9218493403563413, 2.289885283684544, 2.3901105559103875, 2.501253329052318, 2.4546500171502945, 2.398249110047212, 2.1208566309867516, 2.8742060978681727, 2.3980573904063625, 2.3450160324286378, 2.1340638113729367, 2.201929446012426, 2.3975289812865936, 2.430353124746318, 2.7211568166127558, 3.0205789394335554, 2.6468780112494845, 2.690186611796745, 2.474275761069384, 2.2619675754720148, 2.3968511541379436, 2.1816409651020194, 2.083008033729829, 2.459177602052239, 2.5607522059275745, 2.4329794154120052, 2.3977926282373834, 2.7849450263848894, 2.9072723734948474, 2.507508065700194, 2.8567012254347635, 2.293239210088814, 2.2794002112058593], 'silhouette_score': np.float64(0.00989540173348278), 'num_clusters': 3, 'avg_importance_score': np.float64(2.297184007371372)}

2024-12-16 19:56:21,251 - INFO - Loading faiss with AVX512 support.

2024-12-16 19:56:21,251 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-16 19:56:21,251 - INFO - Loading faiss with AVX2 support.

2024-12-16 19:56:21,722 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-16 19:56:38,210 - INFO - vectorstore gespeichert: C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl

2024-12-16 19:56:38,340 - INFO - bm25 gespeichert: C:\Users\felix\LangchainProject\vector_stores\bm25.pkl

2024-12-16 19:56:38,506 - INFO - documents gespeichert: C:\Users\felix\LangchainProject\vector_stores\documents.pkl

2024-12-16 19:56:38,590 - INFO - cluster_index gespeichert: C:\Users\felix\LangchainProject\vector_stores\cluster_index.pkl

2024-12-16 19:56:38,599 - ERROR - Fehler bei der Suche: 'EnhancedVectorStoreManager' object has no attribute 'vectorstore'

2024-12-16 19:56:38,599 - ERROR - Fehler: 'EnhancedVectorStoreManager' object has no attribute 'vectorstore'

2024-12-16 20:10:07,742 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-16 20:10:26,614 - INFO - Loading faiss with AVX512 support.

2024-12-16 20:10:26,638 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-16 20:10:26,638 - INFO - Loading faiss with AVX2 support.

2024-12-16 20:10:27,159 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-16 20:16:58,101 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-16 20:18:48,705 - INFO - Text erfolgreich verarbeitet: {'avg_chunk_size': 329.590625, 'total_chunks': 320, 'importance_scores': [2.840369030245791, 2.55398424596863, 2.305473415362513, 2.8250932697660986, 2.3646159976341523, 2.7336334087586045, 2.9176473726548187, 2.9574505078612656, 3.0340896899541905, 2.4192590933887, 2.399140132084648, 2.605908040360036, 2.383679170366132, 2.9000079430422145, 3.0868303682016167, 2.94395938569868, 3.247461175111712, 2.94408007884593, 2.7662038603925194, 2.607777808570294, 3.1616555079116377, 2.946455967529725, 3.2472276754338916, 3.0890554695693586, 3.310237788979723, 2.40213878928863, 2.9822778530469205, 3.104356379994137, 2.742625680620043, 2.6185079733310603, 2.621577870185576, 2.897012798022183, 2.9099419947405023, 2.4882516314024676, 2.912111339042036, 2.174977152173329, 2.939808467205091, 2.9277121002743827, 2.6512457923248847, 2.5707381251872894, 2.724742406343945, 3.1821467736898383, 2.8344976741869337, 2.459827756758656, 2.715199688845288, 2.800022848825645, 2.803034845943376, 2.1812269198021133, 2.5387731985266018, 2.8959976983505373, 2.3891743021156087, 2.496307064292979, 2.784086376179349, 3.0854450996474805, 2.181728393786768, 2.7743167683919387, 2.6838440565229207, 2.6821997747744515, 3.119162312519754, 2.6152630050680425, 2.5822707246832013, 3.0037408951742783, 2.5743421262009347, 2.904636672777218, 2.8104347028977803, 2.587173592064067, 2.7562073234365485, 2.2823866777240145, 2.302393256969173, 2.854831441346149, 2.5909612399953885, 2.755028531241788, 3.0280453966831766, 2.7943564163333146, 2.7367470350807452, 2.6990545936805628, 2.5839056992910505, 2.8674610762439268, 2.714059671498338, 2.8930019169809165, 2.871761943806399, 2.7430573941908443, 2.7030439252610186, 2.3830306016806837, 2.616833067038868, 3.0185065736936365, 3.053374157617603, 3.0601552790502704, 3.0222640707712944, 2.598470918871706, 2.668048486973968, 2.1580141311654506, 3.7103922944931265, 2.9487363956147354, 2.3387207521922764, 2.728257799099557, 2.903653333523386, 2.1736149420487596, 2.320493189401979, 2.6455108113319987, 2.5756721517501564, 2.9089697751353736, 3.2090337068121255, 2.19628698249167, 2.9997298012166955, 2.696841640521872, 2.4410751408638993, 2.339609029511004, 2.501272728733146, 2.4666687898629096, 2.7426742349630957, 2.1541921748377195, 2.7665514382939334, 2.9821592034371207, 2.545730688371629, 2.625599893049613, 3.06950146329821, 3.074454688385634, 2.7504792159557585, 2.96805427125655, 3.1686604306059545, 3.0638317247028386, 2.476446835626508, 2.9961467029258335, 2.697169807995457, 2.3231462156665703, 3.030278309152664, 2.9464793655955477, 3.1165103901379565, 3.428547399633582, 3.0431501162101355, 2.830876218017166, 2.5275135728233686, 2.6845719410094184, 2.4887116008002725, 2.722410482062763, 2.8931440448691217, 2.5705563131485927, 2.627392287279788, 2.5258847723670432, 2.5785344594621042, 2.6318452371803414, 2.93700683686678, 2.981354780189523, 2.7288782015769697, 2.913624457003439, 2.907329214912441, 2.863375369392722, 3.3774171413169993, 3.4170057024190488, 3.499019271661715, 3.279444596129303, 3.269449713881275, 2.8162737093743098, 2.4093734502910316, 2.947558480781915, 2.0585297443387107, 2.783116694943814, 2.780846570136605, 2.1925401467014956, 2.5843888221133953, 2.6565244306637155, 2.775189596626209, 3.205209031986378, 2.7460389691927283, 2.6577062911946463, 2.5012493501192075, 2.8327451561536274, 2.612436575772752, 2.9231690134266484, 3.4054662501566075, 2.8249732200099085, 2.9460859874146648, 2.6858567942049785, 3.1964148911525676, 2.697131616791733, 2.55078079520237, 2.971047352807121, 2.8804425532108224, 3.0118011054347607, 2.987488313001003, 1.6787427901815004, 2.3459355500836616, 2.3732179343133644, 2.4942796368038587, 2.545496026878154, 2.6412055397503433, 3.1447968339448464, 3.1369747859272317, 2.7608719082246367, 2.7992690638766, 2.5314936690453256, 2.9513565789527947, 2.927616593303784, 2.635763453359296, 2.755456816138065, 2.5766861136071584, 2.827216276838996, 2.857680956467814, 2.418118153682431, 2.748701810416494, 3.251132525164034, 3.0542803127417293, 3.140572469794526, 2.8098657992116114, 3.387628820075119, 3.605872074691125, 3.359860788175954, 2.900216926677407, 2.723214850813778, 2.9151015655623986, 3.0222089978406945, 3.0786915779275987, 3.3872935216791986, 3.5254316733863362, 3.2703546253538605, 3.1359760651761794, 2.7537266424815403, 2.9219629790355257, 3.0065720231519557, 3.160975222638334, 3.5376111042219733, 2.77377236403898, 2.995973759522684, 2.918322206682728, 3.148460365401746, 3.1449357280558425, 2.825641894093843, 3.0590214711936796, 3.40363861686205, 3.3520329093475625, 3.041934920425636, 3.155416423148172, 3.4497996959992507, 3.1983860006897724, 3.2296438070559197, 2.8608585228659242, 3.0709421496613163, 4.669708707125663, 2.5547316907640294, 2.6643081076664217, 2.8925047307732954, 2.799587175945899, 2.748998849263971, 2.7365796064224934, 2.712549776751172, 3.4031757457719864, 4.669708707125663, 2.6729258958942546, 2.8556532133718813, 2.807641969120624, 2.973047874173509, 2.7968877467919158, 2.901278489549802, 2.729450685084999, 2.96859866448452, 2.781743204983555, 2.7786607305434585, 2.7668470933684666, 2.7781529535266802, 2.6917165049467737, 2.6138415929991687, 2.9511513353444654, 2.81924752381536, 2.9607012701273288, 3.37491459853311, 3.0114052714112027, 3.822410846738459, 2.6080832886814544, 3.0104106167280045, 3.168180023934157, 3.0969604385938347, 3.0663232119797046, 2.9463826547188243, 2.6473596593153292, 3.00006849108736, 3.0562544096816664, 3.2328898244758713, 2.8088747047309877, 2.9029826182161393, 2.7735394651087115, 2.862215562335746, 2.6419644892651, 2.701847963826658, 2.404647399757958, 2.6023972623796623, 2.8201384431159964, 2.0087192664356355, 2.7939889076757725, 2.674058890399464, 3.177862457843492, 2.7597718259785577, 2.951019450003, 2.5414166388940775, 3.226381703686406, 3.0560936793836446, 3.6830876892935525, 2.7280308558921504, 2.8787225365055282, 2.8696125568350612, 3.2373593676977066, 2.7383571138064435, 2.296676667733264, 2.6884190928013414, 4.1588830833596715, 2.6266806873411426, 2.963145806865427, 2.79272067940562, 2.5562862275520675, 4.1588830833596715, 2.617773238025754, 2.992834089437748, 2.3177566447294646, 2.811734065550461, 2.7236419678097916, 2.9390701246893705, 2.714851446254725, 2.9957980290996438, 2.950276842343536, 2.7773278145080655], 'silhouette_score': np.float64(-0.03499497665725668), 'num_clusters': 5, 'avg_importance_score': np.float64(2.8439509916625054)}

2024-12-16 20:19:55,053 - INFO - Loading faiss with AVX512 support.

2024-12-16 20:19:55,067 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-16 20:19:55,067 - INFO - Loading faiss with AVX2 support.

2024-12-16 20:19:55,243 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-16 20:20:16,255 - INFO - vectorstore gespeichert: C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl

2024-12-16 20:20:16,371 - INFO - bm25 gespeichert: C:\Users\felix\LangchainProject\vector_stores\bm25.pkl

2024-12-16 20:20:16,428 - INFO - documents gespeichert: C:\Users\felix\LangchainProject\vector_stores\documents.pkl

2024-12-16 20:20:16,432 - INFO - cluster_index gespeichert: C:\Users\felix\LangchainProject\vector_stores\cluster_index.pkl

2024-12-17 13:45:20,664 - INFO - Use pytorch device_name: cpu

2024-12-17 13:45:20,664 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-17 13:46:01,058 - INFO - Loading faiss with AVX512 support.

2024-12-17 13:46:01,077 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-17 13:46:01,077 - INFO - Loading faiss with AVX2 support.

2024-12-17 13:46:01,303 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-17 13:49:24,034 - INFO - Use pytorch device_name: cpu

2024-12-17 13:49:24,035 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-17 13:49:29,343 - ERROR - Fehler in main: 'OptimizedVectorStoreManager' object has no attribute 'create_and_save_stores'

2024-12-17 13:52:29,709 - INFO - Use pytorch device_name: cpu

2024-12-17 13:52:29,709 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-17 13:53:51,204 - WARNING - `embedding_function` is expected to be an Embeddings object, support for passing in a function will soon be removed.

2024-12-17 13:57:27,018 - INFO - Use pytorch device_name: cpu

2024-12-17 13:57:27,018 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-17 13:59:32,512 - INFO - Use pytorch device_name: cpu

2024-12-17 13:59:32,512 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-17 13:59:48,860 - WARNING - `embedding_function` is expected to be an Embeddings object, support for passing in a function will soon be removed.

2024-12-19 12:01:40,030 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-19 12:13:09,713 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-19 12:14:04,466 - INFO - Text erfolgreich verarbeitet: {'avg_chunk_size': 322.44164037854887, 'total_chunks': 317, 'importance_scores': [2.860176491562388, 2.623951877447994, 2.164752872075763, 2.826578637290524, 2.3708685363630653, 2.7423614937710163, 2.9168068607017292, 2.9637596216396447, 3.057554075727019, 2.4160754034827883, 2.403396525656513, 2.6195251398176764, 2.399398196172661, 2.9084701712338212, 3.0978779254307036, 2.9531901641403584, 3.2584466677026382, 2.946649832425821, 2.796642702769143, 2.6018416116048, 3.166626443917295, 2.9525701426095248, 3.260566079289926, 3.104973213089899, 3.3169541335278083, 2.403472539202838, 2.9899560459836523, 3.1038954015578097, 2.765496180976892, 2.372273244440936, 2.6313660278263136, 2.898772205163344, 2.95869780549095, 2.540581235094472, 2.9155580200145104, 2.183846222586805, 2.981653119338769, 2.9951142993140567, 2.707501217816763, 2.37175244380505, 2.7300301682641126, 3.193717445258058, 2.848137151188163, 2.4717221058059744, 2.720176228920437, 2.7963821968660834, 2.8026864571630865, 2.198563451021221, 2.556031940450607, 2.900132324643198, 2.3924345217266376, 2.504917567696516, 2.79013522731439, 3.0856038971382937, 2.1925732674648626, 2.780729584423273, 2.6882144287015723, 2.6936687516005895, 3.1158162637455233, 2.6254219960579634, 2.5857296817306437, 3.010197254218042, 2.5806418781725786, 2.9302733309593365, 2.82209296273314, 2.582590110858358, 2.7647882622755118, 2.2910226541499847, 2.3128679067855784, 2.9467542079159155, 2.4789506117301596, 2.767578081786194, 3.0263953397671735, 2.793278492762882, 2.7413608242647047, 2.7192365219613874, 2.5966753066943964, 2.8734627492317215, 2.7187318784444767, 2.894753697434031, 2.86823818074187, 2.7539416624468407, 2.7211551188727885, 2.39437909761346, 2.6290434805405276, 3.0246021439568374, 3.068656442356211, 3.0731826368732738, 3.0336946796339244, 2.6134720830300924, 2.6787834910834625, 2.16077940307303, 3.715159610716233, 2.9596093961438714, 2.3503139248279106, 2.7318538669894146, 2.912691534868509, 2.1779084959186092, 2.3298855731279726, 2.6509964496458034, 2.5819566475963303, 2.9566779945994286, 3.130669222593134, 2.244802306416661, 3.055198273057623, 2.7484997981986354, 2.4443010782440027, 2.339692166026742, 2.502941735471417, 2.471594942844857, 2.7523432500610934, 2.164955303862721, 2.7762319067403336, 2.9903880188946306, 2.55241207954822, 2.645671674856373, 3.079293420203655, 3.0758496673519495, 2.7555481900084766, 2.968480239812285, 3.179919427794607, 3.071874963936924, 2.4868827354993917, 3.0431661596863595, 2.7495368123220536, 2.3671615491496447, 3.053498939029206, 2.9584043407642007, 3.1202004318052943, 3.4383941601875523, 3.0523396020305045, 2.8375002663379196, 2.5470922347445852, 2.6910738976453885, 2.5043678950469244, 2.7419359474677485, 2.9077796219652403, 2.588519683108444, 2.6301039525198764, 2.5296967746166974, 2.5866968136633823, 2.632926976668844, 2.9371042333132773, 2.990712364666495, 2.736987035869342, 2.925753768966658, 2.907744779051332, 2.863589461562254, 3.4190287608918606, 3.5007922732173906, 3.6572733444685883, 3.167087459451577, 3.2356329329313804, 2.8419016817578333, 2.5138351777906225, 2.9765121099582945, 2.067005456320607, 2.840131056436611, 2.7336775437124006, 2.2116095193700214, 2.599048637012079, 2.6697773592453595, 2.790174883146545, 3.2022355319719527, 2.7528658258573, 2.6835986441822177, 2.5135956624278952, 2.8820379084896195, 2.5102413321949, 2.9242194622547504, 3.407708622517503, 2.8377269199170936, 2.959576948144421, 2.689995243222769, 3.202172732864602, 2.7018528872699, 2.562600068274164, 2.980935825488033, 2.918632551897875, 2.9541808858514376, 2.9892460835134638, 1.6860002039566275, 2.3515976400213208, 2.3960358394463697, 2.49713605271461, 2.5474145867321885, 2.6440035188614424, 3.1540424292302793, 3.1419212386857898, 2.8051008848924353, 2.7324500547142034, 2.5365481160358176, 2.9679139309659877, 3.0148054375875377, 2.7016034904251747, 2.620057756165807, 2.742552439901298, 2.8681523346976086, 2.475892228732041, 2.69550646119461, 3.262616687559452, 3.0574851036660173, 3.148751919838554, 2.831371974032647, 3.4072290331660207, 3.6095439796995725, 3.3603415717442093, 2.901208143969988, 2.7782847871510183, 3.1070541822703763, 3.0862367546044056, 3.4429406520016634, 3.5561277574060135, 3.285527145407027, 3.1449965610101662, 2.75539605848801, 2.9467558876880857, 3.071986597041454, 3.160299493407013, 3.5356501044405357, 2.776279542638769, 3.0010029505339846, 2.9168987082369204, 3.144701104615922, 3.154327942038351, 2.8284019115145216, 3.064430321504761, 3.4813323769774196, 3.0974692563561015, 3.1833705122575986, 3.467970967929921, 3.2215519912332744, 3.2564355018425095, 2.8809940075892797, 3.089268648640001, 4.660289485209171, 2.558654607600952, 2.6662280359584987, 2.905720486665966, 2.875034735068739, 2.776313209196535, 2.7505285376953403, 2.7093318959203843, 3.4162409907425615, 4.660289485209171, 2.675737028752234, 2.862507644282784, 2.8072070552673685, 3.0407132864265822, 2.6746407906981604, 2.9320370147414527, 2.732817208297445, 2.969100548064638, 2.7799947591555205, 2.7758221131342857, 2.7754903438890235, 2.7892346140571678, 2.702972831018444, 2.625807619313538, 2.9572624443287165, 2.8199471530380382, 2.970462487404654, 3.382477001244973, 3.015120659933948, 3.8129916248219673, 2.616455734824906, 3.0216868442652034, 3.174879477588096, 3.1002276322979174, 3.077519819309888, 2.963173808141641, 2.648779095014736, 3.0038341279665177, 3.0623096300315806, 3.238828187301501, 2.811113771025563, 2.9117086551915428, 2.7801887016166824, 2.8808568018685277, 2.646890698510409, 2.706708620935727, 2.4049777709796984, 2.618281733773341, 2.8309253146172586, 2.029333184541435, 2.8011757727971647, 2.6819414802402113, 3.1849590580119447, 2.8109915848013403, 2.9721814291320774, 2.553045366252873, 3.2679638637507455, 2.9698349402497355, 3.6775146970869312, 2.7311905955632594, 2.881107595903188, 2.879799318815433, 3.2360380550870897, 2.743448476020386, 2.3031612509545245, 2.6935822278578914, 4.14946386144318, 2.6329626007920024, 2.9664576182440343, 2.793250723976751, 2.5646681966478826, 4.14946386144318, 2.627894583482777, 3.0045115629347796, 2.32593674048635, 2.8152125948682243, 2.7326434834591953, 2.956840900416841, 2.724735656353753, 2.9999782782302233, 2.9612768804358844, 2.7909208097464155], 'silhouette_score': np.float64(0.0644159206876914), 'num_clusters': 50, 'avg_importance_score': np.float64(2.85149824310284)}

2024-12-19 12:14:41,558 - INFO - Loading faiss with AVX512 support.

2024-12-19 12:14:41,573 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-19 12:14:41,573 - INFO - Loading faiss with AVX2 support.

2024-12-19 12:14:41,687 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-19 12:14:53,699 - INFO - vectorstore gespeichert: C:\Users\felix\LangchainProject\vector_stores\vectorstore.pkl

2024-12-19 12:14:53,743 - INFO - bm25 gespeichert: C:\Users\felix\LangchainProject\vector_stores\bm25.pkl

2024-12-19 12:14:53,808 - INFO - documents gespeichert: C:\Users\felix\LangchainProject\vector_stores\documents.pkl

2024-12-19 12:14:53,823 - INFO - cluster_index gespeichert: C:\Users\felix\LangchainProject\vector_stores\cluster_index.pkl

2024-12-21 13:46:46,022 - INFO - Verwende Device: cpu

2024-12-21 13:46:51,349 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-21 13:46:55,816 - INFO - Vector Store Manager initialisiert

2024-12-21 13:46:55,816 - INFO - Text erfolgreich gelesen: text.txt

2024-12-21 13:46:55,816 - ERROR - Fehler bei der Textverarbeitung: 'Spezifische Bedeutung f�r Prim�rbanken'

2024-12-21 13:46:55,816 - ERROR - Fehler in der Hauptfunktion: 'Spezifische Bedeutung f�r Prim�rbanken'

2024-12-21 13:50:06,340 - INFO - Verwende Device: cpu

2024-12-21 13:50:11,738 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-21 13:50:18,091 - INFO - Vector Store Manager initialisiert

2024-12-21 13:50:18,091 - INFO - Text erfolgreich gelesen: text.txt

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:50:18,091 - INFO - Dokumentstruktur erfolgreich geparst: 41 Hauptsektionen

2024-12-21 13:50:31,031 - INFO - Verarbeitet: 100/151 Chunks

2024-12-21 13:50:36,646 - ERROR - Fehler in der Hauptfunktion: 'EnhancedVectorStoreManager' object has no attribute 'print_metrics'

2024-12-21 13:51:44,486 - INFO - Verwende Device: cpu

2024-12-21 13:51:47,165 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-21 13:51:51,428 - INFO - Vector Store Manager initialisiert

2024-12-21 13:51:51,428 - INFO - Text erfolgreich gelesen: text.txt

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:51:51,428 - INFO - Dokumentstruktur erfolgreich geparst: 41 Hauptsektionen

2024-12-21 13:52:04,934 - INFO - Verarbeitet: 100/151 Chunks

2024-12-21 13:52:11,045 - INFO - Erstelle optimierte Vector Stores...

2024-12-21 13:52:27,155 - INFO - Loading faiss with AVX512 support.

2024-12-21 13:52:27,155 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-21 13:52:27,155 - INFO - Loading faiss with AVX2 support.

2024-12-21 13:52:27,705 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-21 13:52:42,704 - INFO - Gespeichert: vector_stores\vectorstore.pkl

2024-12-21 13:52:42,770 - INFO - Gespeichert: vector_stores\bm25.pkl

2024-12-21 13:52:42,843 - INFO - Gespeichert: vector_stores\documents.pkl

2024-12-21 13:52:42,855 - INFO - Gespeichert: vector_stores\section_index.pkl

2024-12-21 13:52:42,888 - INFO - Gespeichert: vector_stores\keyword_index.pkl

2024-12-21 13:52:42,932 - INFO - Gespeichert: vector_stores\section_structure.pkl

2024-12-21 13:52:42,937 - INFO - Gespeichert: vector_stores\metadata.pkl

2024-12-21 13:52:42,941 - ERROR - Fehler in der Hauptfunktion: 'EnhancedVectorStoreManager' object has no attribute 'validate_stores'

2024-12-21 13:53:47,993 - INFO - Verwende Device: cpu

2024-12-21 13:53:51,252 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-21 13:53:56,893 - INFO - Vector Store Manager initialisiert

2024-12-21 13:53:56,893 - INFO - Text erfolgreich gelesen: text.txt

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:53:56,893 - INFO - Dokumentstruktur erfolgreich geparst: 41 Hauptsektionen

2024-12-21 13:54:11,062 - INFO - Verarbeitet: 100/151 Chunks

2024-12-21 13:54:17,609 - INFO - Erstelle optimierte Vector Stores...

2024-12-21 13:54:33,156 - INFO - Loading faiss with AVX512 support.

2024-12-21 13:54:33,156 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-21 13:54:33,156 - INFO - Loading faiss with AVX2 support.

2024-12-21 13:54:33,263 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-21 13:54:49,845 - INFO - Gespeichert: vector_stores\vectorstore.pkl

2024-12-21 13:54:49,860 - INFO - Gespeichert: vector_stores\bm25.pkl

2024-12-21 13:54:49,892 - INFO - Gespeichert: vector_stores\documents.pkl

2024-12-21 13:54:49,907 - INFO - Gespeichert: vector_stores\section_index.pkl

2024-12-21 13:54:49,914 - INFO - Gespeichert: vector_stores\keyword_index.pkl

2024-12-21 13:54:49,940 - INFO - Gespeichert: vector_stores\section_structure.pkl

2024-12-21 13:54:49,953 - INFO - Gespeichert: vector_stores\metadata.pkl

2024-12-21 13:54:49,955 - INFO - Stores erfolgreich validiert

2024-12-21 13:54:49,955 - ERROR - Fehler in der Hauptfunktion: 'EnhancedVectorStoreManager' object has no attribute 'test_search'

2024-12-21 13:55:29,535 - INFO - Verwende Device: cpu

2024-12-21 13:55:34,648 - INFO - Load pretrained SentenceTransformer: sentence-transformers/paraphrase-multilingual-mpnet-base-v2

2024-12-21 13:55:40,878 - INFO - Vector Store Manager initialisiert

2024-12-21 13:55:40,878 - INFO - Text erfolgreich gelesen: text.txt

2024-12-21 13:55:40,878 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,878 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,878 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,878 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,878 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,878 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,878 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,882 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,883 - WARNING - Aufz�hlungspunkt ohne Untersektion gefunden

2024-12-21 13:55:40,883 - INFO - Dokumentstruktur erfolgreich geparst: 41 Hauptsektionen

2024-12-21 13:55:54,388 - INFO - Verarbeitet: 100/151 Chunks

2024-12-21 13:56:01,630 - INFO - Erstelle optimierte Vector Stores...

2024-12-21 13:56:25,404 - INFO - Loading faiss with AVX512 support.

2024-12-21 13:56:25,404 - INFO - Could not load library with AVX512 support due to:

ModuleNotFoundError("No module named 'faiss.swigfaiss_avx512'")

2024-12-21 13:56:25,404 - INFO - Loading faiss with AVX2 support.

2024-12-21 13:56:25,563 - INFO - Successfully loaded faiss with AVX2 support.

2024-12-21 13:56:41,684 - INFO - Gespeichert: vector_stores\vectorstore.pkl

2024-12-21 13:56:41,731 - INFO - Gespeichert: vector_stores\bm25.pkl

2024-12-21 13:56:41,752 - INFO - Gespeichert: vector_stores\documents.pkl

2024-12-21 13:56:41,763 - INFO - Gespeichert: vector_stores\section_index.pkl

2024-12-21 13:56:41,763 - INFO - Gespeichert: vector_stores\keyword_index.pkl

2024-12-21 13:56:41,794 - INFO - Gespeichert: vector_stores\section_structure.pkl

2024-12-21 13:56:41,794 - INFO - Gespeichert: vector_stores\metadata.pkl

2024-12-21 13:56:41,794 - INFO - Stores erfolgreich validiert

2024-12-21 13:56:42,418 - INFO - Verarbeitung erfolgreich abgeschlossen