-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: name model vendor -> model provider * build: update llamaindex optimum to v0.1.5 * fix: adjust hybrid retriever prompt to work with Llama3. Needed adjusting to return generated queries in the correct format. * docs: update copy on from page
- Loading branch information
Showing
6 changed files
with
128 additions
and
106 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "docq" | ||
version = "0.10.1" | ||
version = "0.10.2" | ||
description = "Docq.AI - Your private ChatGPT alternative. Securely unlock knowledge from confidential documents." | ||
authors = ["Docq.AI Team <[email protected]>"] | ||
maintainers = ["Docq.AI Team <[email protected]>"] | ||
|
@@ -52,13 +52,13 @@ mkdocs-material = "^9.5.13" | |
pyautogen = "^0.2.2" | ||
termcolor = "^2.4.0" | ||
google-cloud-aiplatform = "^1.38.0" | ||
litellm = "^1.26.6" | ||
litellm = "^1.35.16" | ||
semantic-kernel = "0.4.3.dev0" | ||
imap-tools = "^1.5.0" | ||
llama-index-llms-litellm = "^0.1.3" | ||
llama-index-embeddings-azure-openai = "^0.1.6" | ||
jwt = "^1.3.1" | ||
llama-index-embeddings-huggingface-optimum = "^0.1.4" | ||
llama-index-embeddings-huggingface-optimum = "^0.1.5" | ||
llama-index-core = "^0.10.21.post1" | ||
llama-index-readers-file = "^0.1.12" | ||
slack-bolt = "^1.18.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.