You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/embeddings
Shishin Mo f7f118e021
use openai_organization as argument (#2566)
Added support for passing the openai_organization as an argument, as it
was only supported by the environment variable but openai_api_key was
supported by both environment variables and arguments.

`ChatOpenAI(temperature=0, model_name="gpt-4", openai_api_key="sk-****",
openai_organization="org-****")`
1 year ago
..
__init__.py Harrison/llama (#2314) 1 year ago
aleph_alpha.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
base.py FAISS and embedding support (#48) 2 years ago
cohere.py Return Cohere embeddings as lists of floats (#1394) 1 year ago
fake.py add fake embeddings class (#1503) 1 year ago
huggingface.py Refactor some loops into list comprehensions (#1185) 1 year ago
huggingface_hub.py Add HuggingFace Hub Embeddings (#125) 2 years ago
jina.py Harrison/jina (#2043) 1 year ago
llamacpp.py Update LlamaCpp parameters (#2411) 1 year ago
openai.py use openai_organization as argument (#2566) 1 year ago
sagemaker_endpoint.py [Embeddings] Add SageMaker Endpoint Embedding class (#1859) 1 year ago
self_hosted.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
self_hosted_hugging_face.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
tensorflow_hub.py Harrison/tf embeddings (#817) 1 year ago