You can also use Astra DB in conjunction with LlamaIndex using the Astra DB LlamaIndex connector. Create a query engine connection from LlamaIndex to Astra DB to query yourAstra DB vector datausing LlamaIndex’s natural language query capabilities: query_engine = index.as_query_engine() query_...
ajv: 8.17.1 assemblyai: 4.7.0-chromadb: 1.8.1(@google/generative-ai@0.12.0)(cohere-ai@7.10.6(@aws-sdk/client-sso-oidc@3.624.0(@aws-sdk/client-sts@3.624.0))(encoding@0.1.13))(encoding@0.1.13)(openai@4.58.2(encoding@0.1.13)(zod@3.23.8))-cohere-ai: 7.10.6(@aws-sdk/client-ss...
docker compose up vector_db -d conda env create -f environment.yml conda activate llamaindex-docs python3 scripts/loadData.py cd scripts/ uvicorn main:app --host 0.0.0.0 --port 8000 conda deactivateYou will see the application running on http://localhost:8000/gradio and you will be able ...
Astra DB Vector store, package rename for naming consistency (run-lla… Feb 27, 2024 llama-index-core Logan/release v0.10.13 (run-llama#11408) Feb 27, 2024 llama-index-experimental Fix Python version requirement and exclude BUILD files (run-llama#11267) ...
add option to specify embed_model to NLSQLTableQueryEngine (#14006) add spans for multimodal LLMs (#13966) change to compact in auto prev next (#13940) feat: add exception events for streaming errors (#13917) feat: add spans for tools (#13916) llama-index-embeddings-azure-openai [0.1....
5 + ## Example Usage 6 + 7 + ```sh 8 + pip install llama-index 9 + pip install llama-index-vector-stores-alibabacloud-opensearch 10 + ``` 11 + 12 + ```python 13 + # Connect to existing instance 14 + from llama_index.core import VectorStoreIndex 15 + from llam...
You can test an example query by running: python scripts/call_assistant.py "<your_query_here>" Local Run Alternatively, you can run the app normally using the following steps: Install the requirements using the following command: pip install -r requirements.txt Run the app using the following...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
add option to specify embed_model to NLSQLTableQueryEngine (#14006) add spans for multimodal LLMs (#13966) change to compact in auto prev next (#13940) feat: add exception events for streaming errors (#13917) feat: add spans for tools (#13916) llama-index-embeddings-azure-openai [0.1....
BREAKING Moved PandasQueryEngine and PandasInstruction parser to llama-index-experimental (#12419) new install: pip install -U llama-index-experimental new import: from llama_index.experimental.query_engine import PandasQueryEngine Fixed some core dependencies to make python3.12 work nicely (#12762...