Feature Extraction
Transformers
Safetensors
English
new
embedding
search
e-commerce
conversational-search
semantic-search
custom_code
text-embeddings-inference
Instructions to use VPLabs/SearchMap_Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VPLabs/SearchMap_Preview with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="VPLabs/SearchMap_Preview", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("VPLabs/SearchMap_Preview", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -136,7 +136,7 @@ If you use this model in your research, please cite:
|
|
| 136 |
|
| 137 |
## Contact and Community
|
| 138 |
|
| 139 |
-
- Discord Community: [Join our Discord](https://discord.gg/
|
| 140 |
- GitHub Issues: Report bugs and feature requests
|
| 141 |
- Interactive Demo: [Try it on Colab](https://colab.research.google.com/drive/1wUQlWgL5R65orhw6MFChxitabqTKIGRu?usp=sharing)
|
| 142 |
|
|
|
|
| 136 |
|
| 137 |
## Contact and Community
|
| 138 |
|
| 139 |
+
- Discord Community: [Join our Discord](https://discord.gg/gXvVfqGD)
|
| 140 |
- GitHub Issues: Report bugs and feature requests
|
| 141 |
- Interactive Demo: [Try it on Colab](https://colab.research.google.com/drive/1wUQlWgL5R65orhw6MFChxitabqTKIGRu?usp=sharing)
|
| 142 |
|