Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embeddings: remove TEI embeddings client. #396

Merged
merged 67 commits into from
Dec 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
e16b777
vectorstores: Add remote chroma "vectorstore" adapter (#282)
noodnik2 Sep 29, 2023
adf0f6c
vectorstore: openai apikey is must required only when embedder is nil…
bjwswang Oct 14, 2023
41f2824
bugfix: openai fix model option (#319)
Saerdna Oct 16, 2023
cd7ebe8
build(deps): bump postcss from 8.4.24 to 8.4.31 in /docs (#309)
dependabot[bot] Oct 16, 2023
5620c5b
deps: update golang.org/x/net
tmc Oct 16, 2023
a02d4fd
examples: sync to main
tmc Oct 16, 2023
949349d
vectorstores: disable debug in chromadb client (#324)
bjwswang Oct 17, 2023
c636b3d
chains: added constitutional chain. refactored few shot prompt (#316)
amk9978 Oct 19, 2023
b33244e
build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 in /docs (#326)
dependabot[bot] Oct 20, 2023
370d210
examples: Sync and update deps
tmc Oct 28, 2023
ce0bbea
ci: Pin golangci-lint to 1.54 (#340)
tmc Oct 28, 2023
6d09939
Update README.md (#338)
tmc Oct 28, 2023
b3845c9
build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 (#330)
dependabot[bot] Oct 28, 2023
db76786
Adding ollama support (#327)
CyrilPeponnet Oct 28, 2023
5f44515
example: Sync
tmc Oct 28, 2023
be6f87d
example: Sync
tmc Oct 28, 2023
440d668
examples: Include full path in examples
tmc Oct 28, 2023
e3f64b1
docs: Add docs publishing, include Ollama quickstart guide. (#342)
tmc Oct 28, 2023
0ded982
docs: Minor edits to ollama guide
tmc Oct 29, 2023
eaf002b
docs: Simplify quickstart material
tmc Oct 29, 2023
34b4fdc
readme: Add link to docs site
tmc Oct 29, 2023
8e0c552
docs: Minor tweak
tmc Oct 29, 2023
139e263
Update docusaurus.config.js
tmc Oct 29, 2023
04a7ba0
ci: Pin golangci-lint to 1.55
mayliex Oct 29, 2023
12c41dc
fix: golangci-lint v1.55 errors
mayliex Oct 29, 2023
0b9c047
Merge pull request #343 from Ismail14098/main
FluffyKebab Oct 29, 2023
0fb9f07
make: Update golangci-lint version in make helper
tmc Oct 30, 2023
2aaf433
callbacks: handle streaming func (#347)
Struki84 Nov 7, 2023
168acd7
examples: Add gpt4 turbo example (#349)
tmc Nov 7, 2023
a85bad2
serpapi: remove unnecessary replacement from url (#344)
mayliex Nov 7, 2023
0cff34d
agents: add parser error handler (#345)
FluffyKebab Nov 7, 2023
09a09b3
llms: add enum for ernie 4.0 API path (#350)
leehaoze Nov 10, 2023
65725eb
embedding/openai: fix method-dependent embedding discrepancy (#357)
eliben Nov 18, 2023
26bd994
embeddings: refactor EmbedderClient interface to reduce code duplicat…
eliben Nov 20, 2023
22f9723
embeddings: use EmbedderClient for ollama embeddings (#360)
eliben Nov 21, 2023
ce67575
embeddings: use EmbedderClient for openai embeddings (#359)
eliben Nov 21, 2023
551b595
embeddings: remove unnecessary mostly-duplicated implementations (#362)
eliben Nov 21, 2023
386e181
embeddings: use EmbedderClient for ernie embeddings (#363)
eliben Nov 21, 2023
2eb6f54
examples/ernie-completion-examples: make this example a separate modu…
eliben Nov 22, 2023
7889a0f
examples/ernie-completion-examples: make this example a separate modu…
eliben Nov 25, 2023
365efd2
github: Run docs only on main
tmc Nov 25, 2023
e59b72f
readme: Fix discord link
tmc Nov 25, 2023
51a3a0a
build(deps): bump axios, @docusaurus/core and @docusaurus/preset-clas…
dependabot[bot] Nov 25, 2023
ace6dd6
embeddings: refactor embedding interfaces to enable creation from Cha…
eliben Nov 30, 2023
80874c4
examples: move go.work creation to root (#378)
eliben Nov 30, 2023
2567a2f
LLM: Add support for Ernie chat_completions (#355)
sxk10812139 Nov 30, 2023
b52d04e
vectorstores: add Milvus (#352)
pattonjp Nov 30, 2023
fc423fa
examples: update examples (#380)
tmc Nov 30, 2023
bfb0d75
examples: fix milvus example to not ask to run ollama (#381)
tmc Nov 30, 2023
9983a59
embeddings: TEI input truncation (enhancement) (#384)
pattonjp Nov 30, 2023
98fa24d
Simplify milvus example (#383)
pattonjp Nov 30, 2023
00bd62f
embeddings: use NewEmbedder for OpenAI embeddings (#385)
eliben Dec 1, 2023
2bb1ca0
examples/pinecone-vectorstore-example: use new embedder (#386)
eliben Dec 1, 2023
008d109
Update README.md (#387)
tmc Dec 1, 2023
db67bc5
embeddings: new NewEmbedder for Ollama embeddings
eliben Dec 1, 2023
ebe0f43
Merge pull request #390 from tmc/fixollamaemb
eliben Dec 1, 2023
4182ba4
embeddings: use NewEmbedder for Vertex embeddings (#391)
eliben Dec 1, 2023
bef6d7e
embeddings: use NewEmbedder for Ernie embeddings (#392)
eliben Dec 1, 2023
9508a34
embeddings: add example of proper usage, and tweak doc.go accordingly…
eliben Dec 1, 2023
2ac3643
embeddings: factor to new embedder client pattern
pattonjp Dec 4, 2023
da040f2
lint errors
pattonjp Dec 4, 2023
ddf6d5c
merge latest changes
pattonjp Dec 8, 2023
2a45fb2
fix missed conflict
pattonjp Dec 8, 2023
a9142b9
remove tei embeddings
pattonjp Dec 8, 2023
0651d8a
mod tidy
pattonjp Dec 8, 2023
16e0cbd
rollback wokflow change
pattonjp Dec 8, 2023
12f90a3
removing rebase artifact
pattonjp Dec 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: Pin golangci-lint to 1.55
  • Loading branch information
mayliex committed Oct 29, 2023
commit 04a7ba072a3f637fb28bb3abea1dc744f6ac22e5
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.7.0
with:
args: --timeout=4m
version: v1.54.2
version: v1.55.1
build-examples:
runs-on: ubuntu-latest
steps: