-
### Project Name
Rate My Professor
### Description
rate my professor give you the detail of your professor, so that while choosing subject we can understand which one might be the best.
# d…
-
### Issue with current documentation:
In the documentation under vector databases for Pinecone, there may be an error unless I am missing something.
When importing embedjs-pinecone the example sh…
-
### 🐛 Describe the bug
Model: GPT-4o
Vector DB: Pinecone, serverless
--
```js
import { RAGApplicationBuilder } from '@llm-tools/embedjs';
import { OpenAiEmbeddings } from '@llm-tools/embedjs-op…
-
你好,我的训练数据量级~10w,我做了以下两组实验:
1. embedding finetune 和 reranker finetune 用同一份数据,前者微调完成后比未微调的通用模型效果好,但后者微调后明显比微调前效果更差
2. 用finetuned embedding model采样难负样本后微调reranker,依旧比微调前效果差
上述两个实验中,reranker收敛正常,评测…
-
### Is this your first time submitting a feature request?
- [X] I have searched the existing issues, and I could not find an existing issue for this feature
- [X] I am requesting a straightforward…
-
Having support for pinecone can be really helpful is a cloud native vector database, and has one of the best performance
-
### 🐛 Describe the bug
My original code included:
```js
await ragApplication.addLoader(new WebLoader({ urlOrContent: 'https://www.forbes.com/profile/elon-musk' }));
```
That works fine. But th…
-
### Is this your first time submitting a feature request?
- [X] I have searched the existing issues, and I could not find an existing issue for this feature
- [X] I am requesting a straightforward ex…
-
Seems like an export is missing to use Pinecone DB
```
ts-node src/ai
Error: Package subpath './dist/vectorDb/pinecone-db' is not defined by "exports" in /
```
Same with cache
```
Error: …
-
**Describe the bug**
pandas is a requirement but is never used, except in a usage example:
utils/usage_hash.py imports pandas, but this function is used only in an example for pinecone
```
…