-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharborescence.txt
More file actions
71 lines (70 loc) · 1.36 KB
/
arborescence.txt
File metadata and controls
71 lines (70 loc) · 1.36 KB
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
Structure du dossier
Le numéro de série du volume est C896-D7AD
C:.
| .env
| arborescence.txt
| local_server.log
| main.py
| requirements.txt
|
+---chunks
| | abstract_chunking_strategy.py
| | chunking_strategy_factory.py
| | code_chunking_strategy.py
| | text_chunking_strategy.py
| | __init__.py
|
+---collectors
| | github_collector copy.py
| | github_collector.py
| | github_commits.py
| | github_files.py
| | github_issues.py
| | github_pull_requests.py
| | github_request.py
| | __init__.py
| |
|
+---core
| | database_manager.py
| | file_storage_manager.py
| | rag_engine.py
| | __init__.py
| |
|
+---embeddings
| | embeddings.py
| | __init__.py
| |
|
+---keywords_extractors
| | keywords_extractors.py
| | __init__.py
| |
|
+---LLMs
| L5-small_llm.py
| llm_interface.py
| llm_manager.py
| mistral_llm.py
| __init__.py
|
+---metadata
| | metadata_generator.py
| | metadata_manager.py
| | metadata_utils.py
| | __init__.py
| |
|
+---server
| | local_storage_server.py
| | __init__.py
| |
|
+---summarizers
| | summarizers.py
| | __init__.py
| |
|
\---tests
__init__.py