Swarmauri Bert Embedding Parser
Project description
Swarmauri Parser Bert Embedding
A parser that transforms input text into document embeddings using BERT.
Installation
pip install swarmauri_parser_bertembedding
Usage
Basic usage examples with code snippets
from swarmauri.parsers.BERTEmbeddingParser import BERTEmbeddingParser
# Initialize the parser
parser = BERTEmbeddingParser()
# Parse some text data
documents = parser.parse("Your text data here")
# Access the embeddings
for doc in documents:
print(doc.content)
Want to help?
If you want to contribute to swarmauri-sdk, read up on our guidelines for contributing that will help you get started.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file swarmauri_parser_bertembedding-0.7.5.dev1.tar.gz.
File metadata
- Download URL: swarmauri_parser_bertembedding-0.7.5.dev1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8809f29b0915862e495f913cd18af3988bd95a5ad74d7e335ba3d9283186cda3
|
|
| MD5 |
d6ba013df089d1725ebb4cfb6d1962c6
|
|
| BLAKE2b-256 |
41192c96668d23a3b4beeca96f0b789211ad83043df17be25317d024c2e7d222
|
File details
Details for the file swarmauri_parser_bertembedding-0.7.5.dev1-py3-none-any.whl.
File metadata
- Download URL: swarmauri_parser_bertembedding-0.7.5.dev1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c97e863253f107444079357dc5a4a5ca3b8f0d8a600203ffd1a2f7e2651314b
|
|
| MD5 |
0d422b4a2f810d474fc4f82a398bbb07
|
|
| BLAKE2b-256 |
cd24daa6f215a3218b1b5f72d69c8aa5dcc3e127872898bac1ff774117e264cf
|