aplpolaris / promptfx

Kotlin LLM Prompts and User Interface
Apache License 2.0
18 stars 1 forks source link

[feat] Better approach for rate-limiting embedding queries #192

Closed triathematician closed 6 months ago

triathematician commented 7 months ago

Current method:

Proposed method:

triathematician commented 7 months ago

Will enforce this with TextDocEmbeddings rather than in the embedding service API. Clients of an EmbeddingService will be responsible for managing API usage appropriately.