https://github.com/asimov-platform/llama-index-asimov

LlamaIndex integration with the ASIMOV Platform.

https://github.com/asimov-platform/llama-index-asimov

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
Last synced: 11 months ago · JSON representation

Repository

LlamaIndex integration with the ASIMOV Platform.

Basic Info
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Authors

README.md

llama-index-asimov

License Compatibility Package

📦 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-importer can be found in your PATH and that you've defined the SERPAPI_KEY environment 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-importer can be found in your PATH and that you've defined the BRIGHTDATA_API_KEY environment 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-importer can be found in your PATH and that you've defined the APIFY_TOKEN environment variable:

bash export APIFY_TOKEN="..."

📚 Reference

llama-index-asimov.readthedocs.io

👨‍💻 Development

bash git clone https://github.com/asimov-platform/langchain-asimov.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn

Owner

  • Name: ASIMOV Platform
  • Login: asimov-platform
  • Kind: organization
  • Email: hello@asimov.so
  • Location: United Arab Emirates

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

All Time
  • Total Commits: 11
  • Total Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 11
  • Committers: 1
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
enhancement (4)

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

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 208 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-storage-index-store-asimov

llama-index index_store ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 191 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-indices-managed-asimov

llama-index managed ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 198 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-graph-stores-asimov

llama-index graph stores ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 205 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-llms-asimov

llama-index llms ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 197 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-asimov

LlamaIndex integration with the ASIMOV platform.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 222 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-storage-chat-store-asimov

llama-index storage-chat-store ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 190 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-storage-docstore-asimov

llama-index docstore ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 191 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-readers-asimov

llama-index readers ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 187 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-memory-asimov

llama-index memory ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 209 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-tools-asimov

llama-index tools ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 193 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-storage-kvstore-asimov

llama-index kvstore ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 193 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-embeddings-asimov

llama-index embeddings ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 198 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago
pypi.org: llama-index-agent-asimov

llama-index agent ASIMOV integration

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 190 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.0%
Dependent repos count: 51.0%
Maintainers (2)
Last synced: 11 months ago