Commit Graph

6 Commits (efcc78953d7cfa535bf150d57e8c0a956106c644)

Author SHA1 Message Date
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.
1 year ago
isabelaconstantin c71d7adc97
Fix mutable default argument in APIRequest class 1 year ago
Hannibal046 ab0f7c1bd5
Update api_request_parallel_processor.py
fixed bug for non-serializable Error
1 year ago
Herobs afa9436334
Add chat endpoint support (#244)
* add chat endpoint support

* supplement comment
1 year ago
Zilin Xiao d2e343153c
fix prompt list counter 1 year ago
Ted Sanders 23acf80aaf adds parallel processing script 1 year ago