https://github.com/asimov-platform/llama-index-asimov
LlamaIndex integration with the ASIMOV Platform.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.7%) to scientific vocabulary
Repository
LlamaIndex integration with the ASIMOV Platform.
Basic Info
- Host: GitHub
- Owner: asimov-platform
- License: unlicense
- Language: Python
- Default Branch: master
- Homepage: https://pypi.org/project/llama-index-asimov
- Size: 394 KB
Statistics
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
llama-index-asimov
📦 Packages
This repository currently provides:
| Package | Description | PyPI |
|--------|-------------|------|
| llama-index-readers-asimov | Reader module that runs ASIMOV importers via subprocess | 📦 PyPI |
🛠️ Prerequisites
⬇️ Installation
Installation from PyPI
bash
pip install -U llama-index-readers-asimov
👉 Examples
DuckDuckGo Results via SerpAPI
```python from llama_index.readers.asimov import AsimovReader
reader = AsimovReader( module="serpapi", url="https://duckduckgo.com/?q=LangChain+roadmap" )
for result in reader.load_data(): print(result) ```
[!TIP] On your host, make sure that
asimov-serpapi-importercan be found in yourPATHand that you've defined theSERPAPI_KEYenvironment variable:
bash export SERPAPI_KEY="..."
X (Twitter) Profile via Bright Data
Use e.g. the Bright Data module to fetch a public X profile:
```python from llama_index.readers.asimov import AsimovReader
reader = AsimovReader( module="brightdata", url="https://x.com/llama_index" )
for result in reader.load_data(): print(result) ```
[!TIP] On your host, make sure that
asimov-brightdata-importercan be found in yourPATHand that you've defined theBRIGHTDATA_API_KEYenvironment variable:
bash export BRIGHTDATA_API_KEY="..."
X (Twitter) Followers via Apify
Use e.g. the Apify module to fetch the followers/followees for an X profile:
```python from llama_index.readers.asimov import AsimovReader
reader = AsimovReader( module="apify", url="https://x.com/llama_index/followers" )
for result in reader.load_data(): print(result) ```
[!TIP] On your host, make sure that
asimov-apify-importercan be found in yourPATHand that you've defined theAPIFY_TOKENenvironment variable:
bash export APIFY_TOKEN="..."
📚 Reference
llama-index-asimov.readthedocs.io
👨💻 Development
bash
git clone https://github.com/asimov-platform/langchain-asimov.git
Owner
- Name: ASIMOV Platform
- Login: asimov-platform
- Kind: organization
- Email: hello@asimov.so
- Location: United Arab Emirates
- Website: https://asimov.so
- Repositories: 1
- Profile: https://github.com/asimov-platform
GitHub Events
Total
- Create event: 3
- Watch event: 2
- Delete event: 1
- Issue comment event: 1
- Member event: 1
- Push event: 19
- Public event: 1
- Pull request review comment event: 1
- Pull request review event: 3
- Pull request event: 3
Last Year
- Create event: 3
- Watch event: 2
- Delete event: 1
- Issue comment event: 1
- Member event: 1
- Push event: 19
- Public event: 1
- Pull request review comment event: 1
- Pull request review event: 3
- Pull request event: 3
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Arto Bendiken | a****o@a****o | 11 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: about 19 hours
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.8
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: about 19 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.8
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- oleksandrvoyager (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 14
-
Total downloads:
- pypi 2,772 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 28
- Total maintainers: 2
pypi.org: llama-index-vector-stores-asimov
llama-index vector_stores ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-vector-stores-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-storage-index-store-asimov
llama-index index_store ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-storage-index-store-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-indices-managed-asimov
llama-index managed ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-indices-managed-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-graph-stores-asimov
llama-index graph stores ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-graph-stores-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-llms-asimov
llama-index llms ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-llms-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-asimov
LlamaIndex integration with the ASIMOV platform.
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-storage-chat-store-asimov
llama-index storage-chat-store ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-storage-chat-store-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-storage-docstore-asimov
llama-index docstore ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-storage-docstore-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-readers-asimov
llama-index readers ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-readers-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-memory-asimov
llama-index memory ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-memory-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-tools-asimov
llama-index tools ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-tools-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-storage-kvstore-asimov
llama-index kvstore ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-storage-kvstore-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-embeddings-asimov
llama-index embeddings ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-embeddings-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago
Rankings
Maintainers (2)
pypi.org: llama-index-agent-asimov
llama-index agent ASIMOV integration
- Homepage: https://github.com/asimov-platform
- Documentation: https://llama-index-agent-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.1
published about 1 year ago