https://github.com/soulteary/text-retrieval-example
Let's talk about text retrieval.
https://github.com/soulteary/text-retrieval-example
faiss fulltext fulltext-search mysql semantic-search semantic-similarity text-retrieval
Last synced: 3 months ago
JSON representation
Let's talk about text retrieval.
- Host: GitHub
- URL: https://github.com/soulteary/text-retrieval-example
- Owner: soulteary
- License: apache-2.0
- Created: 2022-09-10T01:18:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T02:01:48.000Z (about 3 years ago)
- Last Synced: 2025-03-28T13:37:35.708Z (6 months ago)
- Topics: faiss, fulltext, fulltext-search, mysql, semantic-search, semantic-similarity, text-retrieval
- Language: Go
- Homepage: https://soulteary.com/2022/09/10/the-dimensionality-reduction-of-traditional-text-retrieval-methods-using-faiss-to-achieve-vector-semantic-retrieval.html
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Retrieval Example
Let's talk about text retrieval.
Companion sample code for technical blog: 《[The dimensionality reduction of traditional text retrieval methods, using Faiss to achieve vector semantic retrieval](https://soulteary.com/2022/09/10/the-dimensionality-reduction-of-traditional-text-retrieval-methods-using-faiss-to-achieve-vector-semantic-retrieval.html)》
---
聊聊文本检索的事情。
技术博客《[传统文本检索方式的降维打击,使用 Faiss 实现向量语义检索](https://soulteary.com/2022/09/10/the-dimensionality-reduction-of-traditional-text-retrieval-methods-using-faiss-to-achieve-vector-semantic-retrieval.html)》的配套示例代码。