File tree Expand file tree Collapse file tree 2 files changed +21
-20
lines changed Expand file tree Collapse file tree 2 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 1
1
asyncio == 3.4.3
2
- boto3 == 1.35.90
3
- botocore == 1.35.90
2
+ boto3 == 1.36.2
3
+ botocore == 1.36.2
4
4
certifi == 2024.8.30
5
5
fastapi == 0.115.6
6
6
fastapi-health == 0.4.0
7
- google-api-core == 2.23 .0
8
- google-auth == 2.36 .0
7
+ google-api-core == 2.24 .0
8
+ google-auth == 2.37 .0
9
9
google_auth_oauthlib == 1.2.1
10
10
google-cloud-core == 2.4.1
11
11
json-repair == 0.30.2
12
12
pip-install == 1.3.5
13
- langchain == 0.3.13
14
- langchain-aws == 0.2.10
15
- langchain-anthropic == 0.3.0
16
- langchain-fireworks == 0.2.5
17
- langchain-community == 0.3.13
18
- langchain-core == 0.3.28
13
+ langchain == 0.3.15
14
+ langchain-aws == 0.2.11
15
+ langchain-anthropic == 0.3.3
16
+ langchain-fireworks == 0.2.6
17
+ langchain-community == 0.3.15
18
+ langchain-core == 0.3.31
19
19
langchain-experimental == 0.3.4
20
- langchain-google-vertexai == 2.0.7
21
- langchain-groq == 0.2.1
22
- langchain-openai == 0.2.14
23
- langchain-text-splitters == 0.3.4
20
+ langchain-google-vertexai == 2.0.11
21
+ langchain-groq == 0.2.3
22
+ langchain-openai == 0.3.1
23
+ langchain-text-splitters == 0.3.5
24
24
langchain-huggingface == 0.1.2
25
25
langdetect == 1.0.9
26
- langsmith == 0.2.4
27
- langserve == 0.3.0
26
+ langsmith == 0.2.11
27
+ langserve == 0.3.1
28
28
neo4j-rust-ext
29
29
nltk == 3.9.1
30
- openai == 1.58.1
30
+ openai == 1.59.9
31
31
opencv-python == 4.10.0.84
32
32
psutil == 6.1.0
33
33
pydantic == 2.9.2
@@ -56,7 +56,7 @@ google-cloud-logging==3.11.3
56
56
pypandoc == 1.13
57
57
graphdatascience == 1.12
58
58
Secweb == 1.11.0
59
- ragas == 0.2.6
59
+ ragas == 0.2.11
60
60
rouge_score == 0.1.2
61
- langchain-neo4j == 0.2 .0
61
+ langchain-neo4j == 0.3 .0
62
62
Original file line number Diff line number Diff line change @@ -161,7 +161,8 @@ def create_chunk_vector_index(graph):
161
161
graph = graph ,
162
162
node_label = "Chunk" ,
163
163
embedding_node_property = "embedding" ,
164
- index_name = "vector"
164
+ index_name = "vector" ,
165
+ embedding_dimension = EMBEDDING_DIMENSION
165
166
)
166
167
vector_store .create_new_index ()
167
168
logging .info (f"Index created successfully. Time taken: { time .time () - start_time :.2f} seconds" )
You can’t perform that action at this time.
0 commit comments