[PR #162] [MERGED] Move OpenAI api calls into its own interface/Class #3223

Closed
opened 2026-02-22 18:33:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/162
Author: @timothycarambat
Created: 7/28/2023
Status: Merged
Merged: 7/28/2023
Merged by: @timothycarambat

Base: masterHead: cleanup


📝 Commits (2)

  • 3fc7fbb Move OpenAI api calls into its own interface/Class
  • 695c331 remove comment

📊 Changes

5 files changed (+115 additions, -184 deletions)

View changed files

📝 server/utils/helpers/index.js (+0 -23)
📝 server/utils/openAi/index.js (+33 -0)
📝 server/utils/vectorDbProviders/chroma/index.js (+34 -48)
📝 server/utils/vectorDbProviders/lance/index.js (+22 -65)
📝 server/utils/vectorDbProviders/pinecone/index.js (+26 -48)

📄 Description

move curate sources to be specific for each vectorDBs response for chat/query


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/162 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/28/2023 **Status:** ✅ Merged **Merged:** 7/28/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `cleanup` --- ### 📝 Commits (2) - [`3fc7fbb`](https://github.com/Mintplex-Labs/anything-llm/commit/3fc7fbb9e1c2d01ca8215e1666453b0f7702da7a) Move OpenAI api calls into its own interface/Class - [`695c331`](https://github.com/Mintplex-Labs/anything-llm/commit/695c33136288589f20cf81ce036ecd004598d28e) remove comment ### 📊 Changes **5 files changed** (+115 additions, -184 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/helpers/index.js` (+0 -23) 📝 `server/utils/openAi/index.js` (+33 -0) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+34 -48) 📝 `server/utils/vectorDbProviders/lance/index.js` (+22 -65) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+26 -48) </details> ### 📄 Description move curate sources to be specific for each vectorDBs response for chat/query --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:19 -05:00
yindo closed this issue 2026-02-22 18:33:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3223