Harshal Vhatkar
commited on
Commit
·
1936b33
1
Parent(s):
4857aa9
test
Browse files- file_upload_vectorize.py +0 -1
file_upload_vectorize.py
CHANGED
@@ -164,7 +164,6 @@ def create_vector_store(text, resource_id):
|
|
164 |
"resource_id": resource_id,
|
165 |
"text": text
|
166 |
})
|
167 |
-
|
168 |
if existing_vector:
|
169 |
print(f"Vector already exists for Resource ID: {resource_id}")
|
170 |
return
|
|
|
164 |
"resource_id": resource_id,
|
165 |
"text": text
|
166 |
})
|
|
|
167 |
if existing_vector:
|
168 |
print(f"Vector already exists for Resource ID: {resource_id}")
|
169 |
return
|