Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/unable-to-upload-documents #3606

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

chungyau97
Copy link
Contributor

@chungyau97 chungyau97 commented Nov 29, 2024

Description

Before

image

After

  • single file upload
    image
  • multiple file upload
    image

@HenryHengZJ HenryHengZJ merged commit 56c00eb into main Nov 29, 2024
2 checks passed
@jbbertazzo
Copy link

Hi @chungyau97 and @HenryHengZJ ,

Could you please check if upload docs using API on Postgres "Upsert Vector Store" is working properly? I've tried to upload using python code and also Curl (using postman) and everything seems to work fine, the table on postgres was created but with no content.

Post:

curl https://agetai.up.railway.app/api/v1/vector/upsert/example
-X POST
-F "files=@/home/user1/Desktop/example.txt"
-F "user=example"
-F "password=example"
-F "host=example"
-H "Content-Type: multipart/form-data"

Answer:

{
"numAdded": 0,
"addedDocs": []
}

Thanks in advance!

Best regards!

@bufibufon
Copy link

Has this been fixed in the Cloud version? I'm still getting the same "unable to upload documents" after update
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants