Commit Graph

11 Commits

Author SHA1 Message Date
Xingjian (Jimmy) Zhang
e9d4211e55
Update rate limit error detection criteria for Azure OpenAI API (#1254) 2024-07-07 12:16:25 -07:00
Logan Kilpatrick
f1e13cfcc7
Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Jing Ai
59019bd21e
Fix the comments regarding task_id_generator_function to be consistent (#890)
Co-authored-by: Jing Ai <jingai@jings-air-2020.lan>
2023-11-28 12:02:37 -08:00
Yashwant Jodha
713b642d41
Add support for Azure deployment endpoints (#809) 2023-10-31 11:38:12 -07:00
Simón Fishman
222a85fb17
Improve parallel processing script (#735) 2023-09-25 12:09:39 -07:00
Domenico Manna
a4c088d966 Add ability to store row-level metadata
This metadata field allows non API parameters to be stored which could
be useful for when the results need to be associated with an external
source. For example, if the user has several rows of text data within a
database, and they want to calculate embeddings for each row, they can
now use the metadata field to save the row id so that when they parse
the results back, they know which embedding corresponds to which
database row.
2023-05-23 17:19:18 -04:00
isabelaconstantin
c71d7adc97
Fix mutable default argument in APIRequest class 2023-05-23 19:46:45 +03:00
Hannibal046
ab0f7c1bd5
Update api_request_parallel_processor.py
fixed bug for non-serializable Error
2023-04-12 23:05:05 +08:00
Herobs
afa9436334
Add chat endpoint support (#244)
* add chat endpoint support

* supplement comment
2023-03-22 13:21:36 -07:00
Zilin Xiao
d2e343153c
fix prompt list counter 2023-03-16 13:49:46 +08:00
Ted Sanders
23acf80aaf adds parallel processing script 2023-01-20 14:07:18 -08:00