https://github.com/redisai/java-vss-demo
A short and simple demo for redis java client with vector similarity search
https://github.com/redisai/java-vss-demo
Last synced: 3 months ago
JSON representation
A short and simple demo for redis java client with vector similarity search
- Host: GitHub
- URL: https://github.com/redisai/java-vss-demo
- Owner: RedisAI
- License: apache-2.0
- Created: 2022-04-05T07:54:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T10:13:52.000Z (about 3 years ago)
- Last Synced: 2025-03-25T05:36:33.110Z (3 months ago)
- Language: Jupyter Notebook
- Size: 3.48 MB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java-VSS-demo
A short and simple demo for redis java client with vector similarity searchThis demo make use of Jupyter notebook with Java kernel.
## Clone the Repo
```
git clone https://github.com/RedisAI/Java-VSS-demo.git
```
## Fire Up the Docker containers
Use docker-compose to start up 2 containers:
* vesim: A redis container with Vector Similarity Search (VSS Private Preview) on port 6379
* jupyter: A Java notebook server on port 8888. This demo make use of Jupyter notebook with Java kernel.
```
cd Java-VSS-demo
docker-compose up
```## Launch the Jupyter Notebook
Monitor the logsLook out for the link to launch jupyter on your local machine
Open a browser to this link
Then open the "GettingStarted" notebook

Run All Cells and check the outputs