-
All possible Generative AI information can be put here
```mermaid
flowchart LR;
prompts --> LLM
```
Some useful links:
- https://learn.microsoft.com/en-us/dotnet/ai/conceptual/how-genai-and-…
-
@linanqiu Thanks for the wonderful presentation of your program!
However, I want to know how this model can be used to predict the sentiment of a given sentence.
-
I have about 6 million sentences and my embedding vector size is 768 using SBERT.
The problem is that embedding data is too large! (6 million sentences produce about over 200 GB)
I never knew that a…
-
First, thank you so much for sentence-transformer.
How to get embedding vector when input is tokenized already?
i guess sentence-transformer can `.encode(original text)`.
But i want …
sogm1 updated
8 months ago
-
Hi Team,
Kudos for this project. Tried a few open source ones and this honestly is faster and provides reasonable results.
I skimmed through all the open and closed issues and found that people are …
-
Suppose I have this kind of text
```
Check this out.
Everything checked out.
Not so much is checked.
I am not sure what is happening.
The dog is burnt.
```
Runn…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:zhengbuqian-doc-in-restful-d174d05-20241010
- Deployment mode(standa…
-
**Methods**
1. [Sanjeev Arora paper](https://openreview.net/pdf?id=SyK00v5xx)
2. sentence BERT
3. tf-idf
4. Jaccard and bigram Jaccard (on the fly)
### For reddit preprocessing
1. [ ] Ma…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
- [ ] [sentence-transformers/README.md at master · liuyukid/sentence-transformers](https://github.com/liuyukid/sentence-transformers/blob/master/README.md?plain=1)
# sentence-transformers/README.md a…