Zander Chase
20f530e9c5
Add Sentence Transformers Embeddings ( #3409 )
...
Add embeddings based on the sentence transformers library.
Add a notebook and integration tests.
Co-authored-by: khimaros <me@khimaros.com>
2023-04-23 18:25:20 -07:00
Zander Chase
61d40ba042
Fix Sagemaker Batch Endpoints ( #3249 )
...
Add different typing for @evandiewald 's heplful PR
---------
Co-authored-by: Evan Diewald <evandiewald@gmail.com>
2023-04-22 08:49:51 -07:00
Girish Sharma
9aed565f13
Fix missing import in AzureOpenAI embeddings example ( #2625 )
...
## Why this PR?
Fixes #2624
There's a missing import statement in AzureOpenAI embeddings example.
## What's new in this PR?
- Import `OpenAIEmbeddings` before creating it's object.
## How it's tested?
- By running notebook and creating embedding object.
Signed-off-by: letmerecall <girishsharma001@gmail.com>
2023-04-09 12:25:31 -07:00
Matt Royer
ad87584c35
Fix 'embeddings is not defined' ( #2468 )
...
Nothing major. The docs just give an error when you try to use
`embeddings` instead of `llama`.
2023-04-06 12:45:45 -07:00
Harrison Chase
f5da9a5161
cr
2023-04-04 07:26:47 -07:00
Harrison Chase
d85f57ef9c
Harrison/llama ( #2314 )
...
Co-authored-by: RJ Adriaansen <adriaansen@eshcc.eur.nl>
2023-04-02 14:57:45 -07:00
Harrison Chase
1c03205cc2
embedding docs ( #2200 )
2023-03-30 08:34:14 -07:00
Harrison Chase
eff5eed719
Harrison/jina ( #2043 )
...
Co-authored-by: numb3r3 <wangfelix87@gmail.com>
Co-authored-by: felix-wang <35718120+numb3r3@users.noreply.github.com>
2023-03-28 08:16:17 -07:00
Harrison Chase
705431aecc
big docs refactor ( #1978 )
...
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
2023-03-26 19:49:46 -07:00