new embeddings #6
Annotations
1 error and 2 warnings
heroku-deploy
Error: Command failed: git push heroku HEAD:refs/heads/main --force
remote: Updated 19 paths from 88e1e7a
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Building on the Heroku-22 stack
remote: -----> Determining which buildpack to use for this app
remote: -----> Python app detected
remote: -----> No Python version was specified. Using the buildpack default: python-3.12.2
remote: To use a different version, see: https://devcenter.heroku.com/articles/python-runtimes
remote: -----> Installing python-3.12.2
remote: -----> Installing pip 23.3.2, setuptools 68.2.2 and wheel 0.42.0
remote: -----> Installing SQLite3
remote: -----> Installing requirements with pip
remote: Collecting flask (from -r requirements.txt (line 1))
remote: Downloading flask-3.0.2-py3-none-any.whl.metadata (3.6 kB)
remote: Collecting flask_limiter (from -r requirements.txt (line 2))
remote: Downloading Flask_Limiter-3.5.1-py3-none-any.whl.metadata (6.1 kB)
remote: Collecting flask-cors (from -r requirements.txt (line 3))
remote: Downloading Flask_Cors-4.0.0-py2.py3-none-any.whl.metadata (5.4 kB)
remote: Collecting python-dotenv (from -r requirements.txt (line 4))
remote: Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
remote: Collecting pymongo (from -r requirements.txt (line 5))
remote: Downloading pymongo-4.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
remote: Collecting pinecone-client (from -r requirements.txt (line 6))
remote: Downloading pinecone_client-3.2.0-py3-none-any.whl.metadata (16 kB)
remote: Collecting llmsherpa (from -r requirements.txt (line 7))
remote: Downloading llmsherpa-0.1.4-py3-none-any.whl.metadata (14 kB)
remote: Collecting pandas (from -r requirements.txt (line 8))
remote: Downloading pandas-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB)
remote: Collecting llama-index-core (from -r requirements.txt (line 9))
remote: Downloading llama_index_core-0.10.23.post1-py3-none-any.whl.metadata (3.6 kB)
remote: Collecting llama-index-vector-stores-pinecone (from -r requirements.txt (line 10))
remote: Downloading llama_index_vector_stores_pinecone-0.1.4-py3-none-any.whl.metadata (725 bytes)
remote: Collecting llama-index-embeddings-fastembed (from -r requirements.txt (line 11))
remote: Downloading llama_index_embeddings_fastembed-0.1.2-py3-none-any.whl.metadata (705 bytes)
remote: Collecting fastembed (from -r requirements.txt (line 12))
remote: Downloading fastembed-0.2.5-py3-none-any.whl.metadata (4.8 kB)
remote: Collecting llama-index-storage-index-store-mongodb (from -r requirements.txt (line 13))
remote: Downloading llama_index_storage_index_store_mongodb-0.1.2-py3-none-any.whl.metadata (746 bytes)
remote: Collecting llama-index-llms-perplexity (from -r requirements.txt (line 14))
remote: Downloading llama_index_llms_perplexity-0.1.3-py3-none-any.whl.metadata (597 bytes)
remote: Collecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 1))
remote: Downloading werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB)
remote: Collecting Jinja2>=3.1.2 (from flask->-r requirements.txt (line 1))
remote: Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
remote: Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 1))
remote: Downloading itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB)
remote: Collecting click>=8.1.3 (from flask->-r requirem
|
heroku-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, akhileshns/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
heroku-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: akhileshns/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|