-
Notifications
You must be signed in to change notification settings - Fork 124
Thomasht86/workshop startcode #1796
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
Conversation
|
I have also fed up a prod app so those that want can also just get a token and an endpoint and build UI, or do some smart querying, build AI agents on top or whatever. |
I get this when trying to query even if I set VESPA_TOKEN |
|
Hmm, try to name it someting else? |
|
@sebastiannberg you probably need to set zone, see latest commit |
bc4ff51 to
dc0acdb
Compare
| ```bash | ||
| vespa feed dataset/products_sample.jsonl | ||
| ``` | ||
|
|
||
| ```bash | ||
| vespa feed dataset/orders_sample.jsonl | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The provided sample files are called products.jsonl and orders_train.jsonl.
|
Tried both the provided Vespa Cloud instance and deploying myself. Works fine. 👍 The provided notebook also works fine. |
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Please review and run all provided examples @sebastiannberg
FYI @kkraune