Pranav Puranik
|
5258fd91ea
|
http_client and http_async_client bugfix (#1454)
|
2024-07-02 16:13:33 -07:00 |
|
Halan Marques
|
8700165b42
|
Fixed Azure OpenAI Deprecations and Adjusted the Tests (#1437)
|
2024-06-24 10:55:38 -07:00 |
|
Prashant Dixit
|
48b24f6f12
|
Lancedb Integration (#1411)
|
2024-06-21 08:59:22 -07:00 |
|
Dev Khant
|
e3e107b31d
|
Raise import error if Ollama and Google not found (#1432)
|
2024-06-18 21:46:48 -07:00 |
|
mogith-pn
|
5acaae5f56
|
Clarifai : Added Clarifai as LLM and embedding model provider. (#1311)
Co-authored-by: Deshraj Yadav <deshraj@gatech.edu>
|
2024-06-17 08:48:18 -07:00 |
|
Pranav Puranik
|
4547d870af
|
azure openai features and bugs solve - openai_version, docs (#1425)
|
2024-06-17 08:47:27 -07:00 |
|
Aditya Veer Parmar
|
dc0d8e0932
|
Allow ollama llm to take custom callback for handling streaming (#1376)
|
2024-06-17 08:44:52 -07:00 |
|
Ananto Joyoadikusumo
|
4800e0344c
|
Added language detection for non-english youtube videos (#1362)
|
2024-06-13 23:02:37 -07:00 |
|
Dev Khant
|
2855f1635b
|
Add support for loading api_key from config or env variable (#1421)
|
2024-06-13 11:19:54 -07:00 |
|
Pranav Puranik
|
6ecdadfd97
|
Add model_kwargs to OpenAI call (#1402)
|
2024-06-11 11:20:04 -07:00 |
|
Dev Khant
|
73e53aaff1
|
Download Ollama model if not present (#1397)
|
2024-06-08 23:43:03 -07:00 |
|
Dev Khant
|
fd07513004
|
Fix online feat and add docs (#1387)
|
2024-06-06 23:33:16 -07:00 |
|
Abdur Rahman Nawaz
|
ebc5e25f98
|
Add support for http clients in config (#1355)
|
2024-05-06 10:32:46 -07:00 |
|
Niv Hertz
|
797dea1dca
|
Support supplying custom headers to OpenAI requests (#1356)
|
2024-05-06 10:26:12 -07:00 |
|
Deshraj Yadav
|
536f85b78a
|
[Improvements] Improve logging and fix insertion in data_sources table (#1337)
|
2024-04-11 15:00:04 -07:00 |
|
Deshraj Yadav
|
d00a2085d5
|
[Bug Fix] Make claude-3-opus model work (#1331)
|
2024-03-28 00:56:14 -07:00 |
|
Deshraj Yadav
|
3616eaadb4
|
[Refactor] Improve logging package wide (#1315)
|
2024-03-13 17:13:30 -07:00 |
|
Joe
|
11f4ce8fb6
|
#1155: Add support for OpenAI-compatible endpoint in LLM and Embed (#1197)
|
2024-03-04 18:17:20 -08:00 |
|
Felipe Amaral
|
6078738d34
|
Feature: Custom Ollama endpoint base_url (#1301)
|
2024-03-04 18:09:45 -08:00 |
|
Deshraj Yadav
|
c77a75dfb5
|
[Feature] Add support for NVIDIA AI LLMs and embedding models (#1293)
|
2024-02-29 23:56:25 -08:00 |
|
Deshraj Yadav
|
09cdaff9a2
|
[Improvement] Fix deprecation warnings (#1288)
|
2024-02-27 15:10:41 -08:00 |
|
Deshraj Yadav
|
56bf33ab7f
|
[Feature] Add support for running huggingface models locally (#1287)
|
2024-02-27 15:05:17 -08:00 |
|
Deshraj Yadav
|
92dd7edb57
|
[Feature] Add support for Groq LLMs (#1284)
|
2024-02-25 11:58:03 -08:00 |
|
Deshraj Yadav
|
0766a44ccf
|
[Bug fix] Fix vertex ai integration issue (#1257)
|
2024-02-14 11:19:32 -08:00 |
|
UnMonsieur
|
41bd258b93
|
[Feature] OpenAI Function Calling (#1224)
|
2024-02-11 17:58:11 -08:00 |
|
Deshraj Yadav
|
2f285ea00a
|
[Bug fix] Fix history sequence in prompt (#1254)
|
2024-02-11 16:07:36 -08:00 |
|
Thomas T
|
8fe2c3effc
|
[Bug Fix] Add support for AWS_REGION override (#1237)
|
2024-02-06 11:25:58 -08:00 |
|
Deven Patel
|
069d265338
|
[Feature] Add support for AWS Bedrock LLM (#1189)
Co-authored-by: Deven Patel <deven298@yahoo.com>
|
2024-01-21 14:09:08 +05:30 |
|
Deven Patel
|
cb0499407e
|
[Feature] Add support for Mistral API (#1194)
Co-authored-by: Deven Patel <deven298@yahoo.com>
|
2024-01-20 12:31:50 +05:30 |
|
Sandra Serrano
|
0de9491c61
|
#1128 | Remove deprecated type hints from typing module (#1131)
|
2024-01-09 23:05:24 +05:30 |
|
Deshraj Yadav
|
0373fa231c
|
[Feature] Add support for vllm as llm source (#1149)
|
2024-01-09 17:38:53 +05:30 |
|
Sandra Serrano
|
2496ed133e
|
[Bug fix] Fix typos, static methods and other sanity improvements in the package (#1129)
|
2024-01-09 00:17:46 +05:30 |
|
Madison Ebersole
|
62c0c52e31
|
Add support for Hugging Face Inference Endpoint as LLM (#1143)
|
2024-01-08 23:50:04 +05:30 |
|
Deven Patel
|
ae2e9cb890
|
[Bugfix] fix cache session id in chat method (#1107)
Co-authored-by: Deven Patel <deven298@yahoo.com>
|
2024-01-03 13:51:11 +05:30 |
|
Taranjeet Singh
|
dd258c14b5
|
feat: Make gpt4all work offline. (#1099)
|
2024-01-02 17:46:08 +05:30 |
|
Deven Patel
|
295cd3fac6
|
[Updates] Update GPTCache configuration/docs (#1098)
Co-authored-by: Deven Patel <deven298@yahoo.com>
|
2024-01-02 17:32:48 +05:30 |
|
Deshraj Yadav
|
a54dde0509
|
[Bug Fix] Handle chat sessions properly during app.chat() calls (#1084)
|
2023-12-30 15:36:24 +05:30 |
|
Sidharth Mohanty
|
d9d529987e
|
Migrate from template to prompt arg while keeping backward compatibility (#1066)
|
2023-12-28 23:36:33 +05:30 |
|
Sukkrit Sharma
|
6c1ea7799e
|
[Feature] Add support for Together AI API (#1058)
|
2023-12-25 18:36:20 +05:30 |
|
Sidharth Mohanty
|
11f0d719f5
|
Provide openai-key support from config (#1052)
|
2023-12-23 14:42:18 +05:30 |
|
Deven Patel
|
9fe80c5cca
|
[App Deployment] create chat with PDF app (#1049)
Co-authored-by: Deven Patel <deven298@yahoo.com>
Co-authored-by: Deshraj Yadav <deshrajdry@gmail.com>
|
2023-12-22 19:53:10 +05:30 |
|
Sukkrit Sharma
|
0f73ba9677
|
Added Support for Ollama for local model inference. (#1045)
Co-authored-by: Deshraj Yadav <deshraj@gatech.edu>
|
2023-12-22 05:10:00 +05:30 |
|
Sidharth Mohanty
|
48c38b5dc3
|
Telemetry support for ec cli commands (#1030)
|
2023-12-19 19:29:04 +05:30 |
|
Sidharth Mohanty
|
cd2c40a9c4
|
OpenAI function calling support (#1011)
|
2023-12-18 19:34:15 +05:30 |
|
Deven Patel
|
c0b5e93967
|
[Feature] add google ai embedder (#1019)
Co-authored-by: Deven Patel <deven298@yahoo.com>
|
2023-12-18 13:58:01 +05:30 |
|
Deven Patel
|
b246d9823e
|
[Docs] Documentation updates (#1014)
|
2023-12-15 17:02:50 +05:30 |
|
Deven Patel
|
151746beec
|
[Feature] Add support for Google Gemini (#1009)
|
2023-12-15 06:10:55 +05:30 |
|
Sidharth Mohanty
|
7910cee259
|
[chore] fix wrong import of LLMs from langchain (#1002)
|
2023-12-11 05:41:51 +05:30 |
|
Deven Patel
|
406c46e7f4
|
[Improvements] Add support for creating app from YAML string config (#980)
|
2023-11-29 12:25:30 -08:00 |
|
Deshraj Yadav
|
f6b80e01a1
|
[Feature] Add support for custom streaming callback (#971)
|
2023-11-22 01:06:33 -08:00 |
|