Blog comment on How to run an embedded vector database in 10 lines of code #1045
Replies: 3 comments 1 reply
-
This was an awesome tutorial, thanks! It does a great job bridging the gap between using a sandbox example to using locally stored data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is just a friendly reminder that a closing parenthesis is missing in the CI/CD Python code: client = weaviate.Client(
embedded_options=weaviate.embedded.EmbeddedOptions(),
additional_headers={
'X-OpenAI-Api-Key': 'YOUR-OPENAI-API-KEY' # Replace w/ your OPENAI API key
}
) <== missing in the sample code |
Beta Was this translation helpful? Give feedback.
1 reply
-
Could you please add a searching example? I keep getting a 'TypeError: fetch failed' even though the adding nodes was working |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Blog comment on How to run an embedded vector database in 10 lines of code
The Weaviate server can be run locally directly from client code
https://weaviate.io/blog/embedded-local-weaviate
Beta Was this translation helpful? Give feedback.
All reactions