Weaviate Query Agent Demo
Description
This notebook highlights the functionality of the Weaviate Query Agent.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Query Agent Demo
Create a Weaviate Cloud instance
- Head to Weaviate Cloud console and log in, or create a new account.
- Create a free
Sandboxcluster. Give it a name, select the cloud region and press "Create". - Copy your REST endpointe and paste it into your .env as WEAVIATE_URL
- Create an API key with admin privileges and copy and paste it into your .env as WEAVIATE _KEY
    
Running the notebooks
Option 1 - Run locally
Virtual environment – do this only once
First create a new venv configuration.
python3 -m venv .venv
Then switch to the new configuration:
source .venv/bin/activate
And install the required packages.
pip install -r requirements.txt
Option 2 - GitHub CodeSpaces instructions
- Go to the project https://github.com/weaviate-tutorials/weaviate-workshop
Make sure you are logged in with GitHub.
- Create a Codespace project
- Press the green
<> Codebutton, then switch toCodespacestab. - Press the
Create codespace on mainbutton. - Your codespace project will install all the necessary components, it will take a few minutes.
Option 3 - Run in Google Colab
- Click on the Google Colab button at the top of the notebook in this repo.
- Uncomment the first cell in the notebook to install the dependencies.
- Paste your keys into the first cell in the Dependencies section of the notebook.
Env vars
Update env vars in .env.
Hint. you can find your Weaviate Cluster URL and API keys in the [WCD console](https://console.weaviate.cloud/).
- WEAVIATE_URL - is the `REST Endpoint
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development