Skip to content

Commit

Permalink
fixed: response of /api/delete/id
Browse files Browse the repository at this point in the history
  • Loading branch information
glorenzo972 committed Apr 22, 2024
1 parent c3b0868 commit d0a60d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
*Andrea Sponziello*
### **Copyrigth**: *Tiledesk SRL*

## [2024-04-22]

### 0.1.6
- fixed: response of /api/delete/id

## [2024-04-20]

### 0.1.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip install -e .


```commandline
export REDIS_URL = "redis://localhost:6379/0"
export REDIS_URL="redis://localhost:6379/0"
export PINECONE_API_KEY="pinecone api key"
export PINECONE_TEXT_KEY="pinecone field for text - default text in pod content"
export PINECONE_INDEX = "pinecone index name"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tilellm"
version = "0.1.5"
version = "0.1.6"
description = "tiledesk for RAG"
authors = ["Gianluca Lorenzo <[email protected]>"]
repository = "https://github.com/Tiledesk/tiledesk-llm"
Expand Down

0 comments on commit d0a60d4

Please sign in to comment.