Skip to content

Commit

Permalink
Add .gitignore file and update Python version to 3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinibach committed Nov 28, 2024
1 parent b628e03 commit 863c47f
Show file tree
Hide file tree
Showing 5 changed files with 1,022 additions and 4 deletions.
11 changes: 9 additions & 2 deletions weaviate_search/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
WEAVIATE_URL=
WEAVIATE_API_KEY=
WEAVIATE_URL=<your-weaviate-url>
WEAVIATE_API_KEY=<your-weaviate-api-key>

# Restack Cloud (Optional)

# RESTACK_ENGINE_ID=<your-engine-id>
# RESTACK_ENGINE_API_KEY=<your-engine-api-key>
# RESTACK_ENGINE_ADDRESS=<your-engine-address>
# RESTACK_CLOUD_TOKEN=<your-cloud-token>
5 changes: 5 additions & 0 deletions weaviate_search/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__pycache__
.pytest_cache
venv
.env
.vscode
2 changes: 1 addition & 1 deletion weaviate_search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The example is a follow along of <https://weaviate.io/developers/weaviate/starte
2. Install dependencies using Poetry:

```bash
poetry env use 3.9
poetry env use 3.12.4
```

```bash
Expand Down
Loading

0 comments on commit 863c47f

Please sign in to comment.