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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[qdrant] is not a valid point ID, valid values are either an unsigned in #1328

Open
JerryJiangjjw opened this issue Mar 21, 2024 · 0 comments

Comments

@JerryJiangjjw
Copy link

JerryJiangjjw commented Mar 21, 2024

馃悰 Describe the bug

  • macbook pro m2pro
  • embedchain 0.1.98
  • Python 3.12.2
import os

from embedchain import App

os.environ["OPENAI_API_KEY"] = "xxx"
os.environ["QDRANT_URL"] = "xxx"
os.environ["QDRANT_API_KEY"] = "xxx"

config = {
    "vectordb": {
        "provider": "qdrant",
        "config": {
            "collection_name": "my_qdrant_index"
        },
    }
}

app = App.from_config(config=config)
app.add("https://www.forbes.com/profile/elon-musk")
Adding data in batches:   0%|          | 0/1 [00:01<?, ?it/s]
Failed to add batch due to a bad request: Unexpected Response: 400 (Bad Request)
Raw response content:
b'{"status":{"error":"Format error in JSON body: value default-app-id--a2bfb0ef8be8b851f353cb52bc2cbd0b3bb649a7c4499c1404c8098b2c819157 is not a valid point ID, valid values are either an unsigned in ...'
Successfully saved https://www.forbes.com/profile/elon-musk (DataType.WEB_PAGE). New chunks count: 0

image

id string uuid
Type, used for specifying point ID in user interface

chunk_id

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

No branches or pull requests

1 participant