mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 20:44:58 +00:00
fix int tests
This commit is contained in:
parent
51a3e9930e
commit
b3b31bf357
3 changed files with 37 additions and 37 deletions
|
@ -616,7 +616,6 @@ class OpenAIVectorStoreMixin(ABC):
|
|||
chunk_overlap_tokens,
|
||||
attributes,
|
||||
)
|
||||
|
||||
if not chunks:
|
||||
vector_store_file_object.status = "failed"
|
||||
vector_store_file_object.last_error = VectorStoreFileLastError(
|
||||
|
@ -877,7 +876,6 @@ class OpenAIVectorStoreMixin(ABC):
|
|||
batch_info = self.openai_file_batches[batch_id]
|
||||
batch_object = batch_info["batch_object"]
|
||||
vector_store_id = batch_object.vector_store_id
|
||||
|
||||
for file_id in file_ids:
|
||||
try:
|
||||
# Process each file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue