Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Bump pinecone-text version (#158)
Browse files Browse the repository at this point in the history
* [pyproj] Bump pinecone-text version

Bug fix with numpy dependency

* Bump version to 0.1.2
  • Loading branch information
igiloh-pinecone authored Nov 8, 2023
1 parent 6751828 commit c7e7e5e
Show file tree
Hide file tree
Showing 2 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
@@ -1,3 +1,8 @@
## [0.1.2] - 2023-10-09

- Added the ability to load individual text files from a directory
- Bumped the `pinecone-text` dependency to fix a numpy dependency issue

## [0.1.1] - 2023-10-07

- Readme fixes
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "canopy-sdk"
version = "0.1.1"
version = "0.1.2"
description = "Canopy is an orchestration engine for intergating LLMs with Pinecone."
authors = ["Relevance Team <[email protected]>"]
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ openai = "^0.27.5"
tiktoken = "^0.3.3"
pinecone-datasets = "^0.6.2"
pydantic = "^1.10.7"
pinecone-text = { version = "^0.6.0", extras = ["openai"] }
pinecone-text = { version = "^0.6.1", extras = ["openai"] }
pandas-stubs = "^2.0.3.230814"
fastapi = "^0.92.0"
uvicorn = "^0.20.0"
Expand Down

0 comments on commit c7e7e5e

Please sign in to comment.