8000 Tags · majumba/zep · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: majumba/zep

Tags

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use new contxt for indexing (getzep#200)

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
move index creation into go routine with 1 hour timeout (getzep#199)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
log webadmin url on startup (getzep#194)

v0.12.0-beta.0

Toggle v0.12.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
unpaginate summart retrieval (getzep#191)

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
contributing.md (getzep#182)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix/AuzreOpenAI embeddings and LLM deployment name (getzep#172)

solves "The API deployment for this resource does not exist" for LLM and
embedding models deployed in Azure OpenAI by deployment name supported
in tmc/langchaingo#253

We can't Validate OpenAI LLM model names from hard-coded list in Azure
because the model name parameter in API request is a deployment name,
and while Microsoft advises us to use the model name as deployment name,
we did not listen, and I didn't want to coordinate redeploying with a
different name on a Friday.

This also permits use of customized models that can be deployed in Azure
side-by-side base models as added benefit so I think it was worthwhile.

Co-authored-by: Claudia Justice Kane <claudia.hardman@mattel.com>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
LlamaIndex references (getzep#166)

v0.9.1

Toggle v0.9.1's commit message
fix parseDocumentJSONQuery

v0.9.0

Toggle v0.9.0's commit message
sdk on README

v0.9.0-beta.1

Toggle v0.9.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Beta/1.9.0 beta1: Fix ranking issue arising from normalizing scores (g…

…etzep#150)

* fix ranking issue resulting from late change to normalized score

* beta config

* beta tag and loosen docker compose version
0