Search code examples
embeddingnearest-neighborvespavector-database

Feeding documents in Vespa


Struggling to feed in document in Vespa using json file. Getting 400 response. services.xml

neighbors.sd

feed.json

Error


Solution

  • The documents you try to feed have the field "point" while your schema defines the field "embedding".

    And: The documents you try to feed specified the document type "point", while the schema defines the type "neighbours".