llama-index-vector-store-firestore


Namellama-index-vector-store-firestore JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summaryllama-index vector_store firestore integration
upload_time2024-05-01 21:36:53
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.8.1
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LlamaIndex Vector_Store Integration: Firestore

<a href="https://colab.research.google.com/github/run-llama/llama_index/blob/main/docs/examples/vector_stores/FirestoreVectorStore.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>

A LlamaIndex vector store using Cloud Firestore as the backend.

## Usage

Pre-requisite:

```bash
pip install llama-index-vector-stores-firestore
```

Minimal example:

```python
from llama_index_vector_stores_firestore import FirestoreVectorStore

store = FirestoreVectorStore(
    collection_name=COLLECTION_NAME,
)
```

## More examples and references

Check out the [notebook](https://colab.research.google.com/github/run-llama/llama_index/blob/main/docs/examples/vector_stores/FirestoreVectorStore.ipynb) for detailed usage.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-vector-store-firestore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/96/4b/d121053f804abe1d1a5eae54229ed435d010a5307043f31fa8ddac70eab5/llama_index_vector_store_firestore-0.1.0.tar.gz",
    "platform": null,
    "description": "# LlamaIndex Vector_Store Integration: Firestore\n\n<a href=\"https://colab.research.google.com/github/run-llama/llama_index/blob/main/docs/examples/vector_stores/FirestoreVectorStore.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n\nA LlamaIndex vector store using Cloud Firestore as the backend.\n\n## Usage\n\nPre-requisite:\n\n```bash\npip install llama-index-vector-stores-firestore\n```\n\nMinimal example:\n\n```python\nfrom llama_index_vector_stores_firestore import FirestoreVectorStore\n\nstore = FirestoreVectorStore(\n    collection_name=COLLECTION_NAME,\n)\n```\n\n## More examples and references\n\nCheck out the [notebook](https://colab.research.google.com/github/run-llama/llama_index/blob/main/docs/examples/vector_stores/FirestoreVectorStore.ipynb) for detailed usage.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index vector_store firestore integration",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5de420d4d5132cae1a9b21969b6030f3ad4053c86a880c434b93ffd4b4d5388d",
                "md5": "ef2be4338d2704d6e97b7bd2dcd69720",
                "sha256": "49ba954d8086e7648a3bb37029fb2859138c540eec03e429b498b252fc988100"
            },
            "downloads": -1,
            "filename": "llama_index_vector_store_firestore-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef2be4338d2704d6e97b7bd2dcd69720",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8.1",
            "size": 5330,
            "upload_time": "2024-05-01T21:36:52",
            "upload_time_iso_8601": "2024-05-01T21:36:52.647288Z",
            "url": "https://files.pythonhosted.org/packages/5d/e4/20d4d5132cae1a9b21969b6030f3ad4053c86a880c434b93ffd4b4d5388d/llama_index_vector_store_firestore-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "964bd121053f804abe1d1a5eae54229ed435d010a5307043f31fa8ddac70eab5",
                "md5": "c547633c4588b684059d334a5394805b",
                "sha256": "4bc8aeefe10aec6a130c95519f669eee1c4615694e6c708a56e4305a7000dc74"
            },
            "downloads": -1,
            "filename": "llama_index_vector_store_firestore-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c547633c4588b684059d334a5394805b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8.1",
            "size": 4632,
            "upload_time": "2024-05-01T21:36:53",
            "upload_time_iso_8601": "2024-05-01T21:36:53.875325Z",
            "url": "https://files.pythonhosted.org/packages/96/4b/d121053f804abe1d1a5eae54229ed435d010a5307043f31fa8ddac70eab5/llama_index_vector_store_firestore-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 21:36:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-vector-store-firestore"
}
        
Elapsed time: 0.23384s