Skip to content

Releases: pinecone-io/canopy

0.9.0

31 Mar 07:52
Compare
Choose a tag to compare

Pin cohere version #327
Add support for OctoAI LLM and embeddings #301 (Thanks @ptorru!)
Add Qdrant as a supported knowledge base #244 (Thanks @Anush008!)
Full Changelog: v0.8.1...v0.9.0

0.8.1

06 Mar 14:35
Compare
Choose a tag to compare

Fix cohere tokenizer test #307
Fix upsert on gcp starter indexes #308
Stop calling with unused preamble_override param to cohere chat [#315]#315)
Example for specifying and encoder to KB in README #302 (Thanks @coreation!)
Remove JINA API key from mandatory env vars #303 (Thanks @aulorbe!)
Full Changelog: v0.8.0...v0.8.1

0.8.0

15 Feb 14:55
Compare
Choose a tag to compare

Added support for Pydantic v2 #288
Full Changelog: v0.7.0...v0.8.0

0.7.0

15 Feb 09:32
Compare
Choose a tag to compare

Move config directory to be part of the canopy package #278
Fix building images on release #252
Exporting the correct module CohereRecordEncoder #264 (Thanks @tomaarsen!)
Fixed GRPC support #270
Change the minimum version of FastAPI to 0.93.0 #279
Reduce the docker image size #277
Generalize chunk creation #258
Add SentenceTransformersRecordEncoder #263 (Thanks @tomaarsen!)
Add HybridRecordEncoder #265
Make transformers optional & allow pinecone-text with dense optional #266
Add cohere reranker #269
Add dimension support for OpenAI embeddings #273
Include config template files inside the package and add a CLI command to dump them #287
Add contributing guide #254
Update README #267 (Thanks @aulorbe!)
Fixed typo in dense.py docstring #280 (Thanks @ptorru!)
Full Changelog: v0.6.0...v0.7.0

0.6.0

16 Jan 16:04
Compare
Choose a tag to compare

Breaking changes

  • Pinecone serverless support #246

Bug fixes

  • Loosen fastapi and uvicorn requirements #229
  • Cleanup indexes in case of failure #232
  • Add timeout to checking server health #236

Added

Documentation

  • Add deployment guide (GCP) #239

Full Changelog: V0.5.0...v0.6.0

0.5.0

13 Dec 16:49
82bbf9d
Compare
Choose a tag to compare

[0.5.0] - 2023-12-13

Bug fixes

  • Bump pytest-html version #213
  • Improve dataloader error handling #182
  • Slightly improve error handling for external errors #222

Added

  • Cohere Embedding model support #203 Thanks @jamescalam!
  • Add Anyscale Embedding model support #198
  • change max prompt tokens for Anyacle config #222

Full Changelog: V0.3.0...v0.5.0

[0.3.0] - 2023-12-10

Bug fixes

  • Fix some typos, add dev container, faux streaming #200 (Thanks @eburnette!)
  • CLI requires OpenAI API key, even if OpenAI is not being used by#208
  • CLI: read config file from env location#190 (Thanks @MichaelAnckaert!)

Documentation

  • Add document field explanations and python version badges #187
  • Update README.md #192 (Thanks @tomer-w!)
  • Tweaks to CLI help texts #193 (Thanks @jseldess!)
  • Update README.md and change href #202

CI Improvements

  • Added bug-report template #184
  • Add feature-request.yml #209

Added

  • Add Anyscale Endpoint support and Llama Tokenizer #173 (Thanks @kylehh!)
  • Add last message query generator #210

Full Changelog: V0.2.0...V0.3.0

[0.2.0] - 2023-11-15

Bug fixes

  • Bug fix in E2E test that prevented running pytest tests/ #175

Added

  • Upgrade openai client dependency to v.1.2.3 (required code change) #171, #178

Breaking changes

  • Added versioning to Canopy server's API #169

Full Changelog: V0.1.4...V0.2.0

[0.1.4] - 2023-11-14

Bug fixes

  • Fixed error when trying to run canopy chat on Windows #166
  • Fixed canopy stop on Windows #166
  • Update incorrect pinecone quick start path #168 (Thanks @abpai!)

[0.1.3] - 2023-11-09

  • Edit description on pyproject.toml.

[0.1.2] - 2023-11-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-11-07

  • Readme fixes

[0.1.0] - 2023-11-05

  • Initial release

0.3.0

10 Dec 21:42
3b54673
Compare
Choose a tag to compare

[0.3.0] - 2023-12-10

Bug fixes

  • Fix some typos, add dev container, faux streaming #200 (Thanks @eburnette!)
  • CLI requires OpenAI API key, even if OpenAI is not being used by#208
  • CLI: read config file from env location#190 (Thanks @MichaelAnckaert!)

Documentation

  • Add document field explanations and python version badges #187
  • Update README.md #192 (Thanks @tomer-w!)
  • Tweaks to CLI help texts #193 (Thanks @jseldess!)
  • Update README.md and change href #202

CI Improvements

  • Added bug-report template #184
  • Add feature-request.yml #209

Added

  • Add Anyscale Endpoint support and Llama Tokenizer #173 (Thanks @kylehh!)
  • Add last message query generator #210

Full Changelog: V0.2.0...V0.3.0

[0.2.0] - 2023-11-15

Bug fixes

  • Bug fix in E2E test that prevented running pytest tests/ #175

Added

  • Upgrade openai client dependency to v.1.2.3 (required code change) #171, #178

Breaking changes

  • Added versioning to Canopy server's API #169

Full Changelog: V0.1.4...V0.2.0

[0.1.4] - 2023-11-14

Bug fixes

  • Fixed error when trying to run canopy chat on Windows #166
  • Fixed canopy stop on Windows #166
  • Update incorrect pinecone quick start path #168 (Thanks @abpai!)

[0.1.3] - 2023-11-09

  • Edit description on pyproject.toml.

[0.1.2] - 2023-11-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-11-07

  • Readme fixes

[0.1.0] - 2023-11-05

  • Initial release

0.4.0a0

10 Dec 22:17
Compare
Choose a tag to compare
0.4.0a0 Pre-release
Pre-release

[0.3.0] - 2023-12-10

Bug fixes

  • Fix some typos, add dev container, faux streaming #200 (Thanks @eburnette!)
  • CLI requires OpenAI API key, even if OpenAI is not being used by#208
  • CLI: read config file from env location#190 (Thanks @MichaelAnckaert!)

Documentation

  • Add document field explanations and python version badges #187
  • Update README.md #192 (Thanks @tomer-w!)
  • Tweaks to CLI help texts #193 (Thanks @jseldess!)
  • Update README.md and change href #202

CI Improvements

  • Added bug-report template #184
  • Add feature-request.yml #209

Added

  • Add Anyscale Endpoint support and Llama Tokenizer #173 (Thanks @kylehh!)
  • Add last message query generator #210

Full Changelog: V0.2.0...V0.3.0

[0.2.0] - 2023-11-15

Bug fixes

  • Bug fix in E2E test that prevented running pytest tests/ #175

Added

  • Upgrade openai client dependency to v.1.2.3 (required code change) #171, #178

Breaking changes

  • Added versioning to Canopy server's API #169

Full Changelog: V0.1.4...V0.2.0

[0.1.4] - 2023-11-14

Bug fixes

  • Fixed error when trying to run canopy chat on Windows #166
  • Fixed canopy stop on Windows #166
  • Update incorrect pinecone quick start path #168 (Thanks @abpai!)

[0.1.3] - 2023-11-09

  • Edit description on pyproject.toml.

[0.1.2] - 2023-11-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-11-07

  • Readme fixes

[0.1.0] - 2023-11-05

  • Initial release

0.2.0

16 Nov 15:28
Compare
Choose a tag to compare

[0.2.0] - 2023-11-15

Bug fixes

  • Bug fix in E2E test that prevented running pytest tests/ #175

Added

  • Upgrade openai client dependency to v.1.2.3 (required code change) #171, #178

Breaking changes

  • Added versioning to Canopy server's API #169

Full Changelog: V0.1.4...V0.2.0

[0.1.4] - 2023-11-14

Bug fixes

  • Fixed error when trying to run canopy chat on Windows #166
  • Fixed canopy stop on Windows #166
  • Update incorrect pinecone quick start path #168 (Thanks @abpai!)

[0.1.3] - 2023-11-09

  • Edit description on pyproject.toml.

[0.1.2] - 2023-11-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-11-07

  • Readme fixes

[0.1.0] - 2023-11-05

  • Initial release

0.1.4

14 Nov 15:11
bf05ba3
Compare
Choose a tag to compare

[0.1.4] - 2023-11-14

Bug fixes

  • Fixed error when trying to run canopy chat on Windows #166
  • Fixed canopy stop on Windows #166
  • Update incorrect pinecone quick start path #168 (Thanks @abpai!)

[0.1.3] - 2023-11-09

  • Edit description on pyproject.toml.

[0.1.2] - 2023-11-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-11-07

  • Readme fixes

[0.1.0] - 2023-11-05

  • Initial release