- Get several top coding LLM (Deepseek Coder, code llama) with support tools (ollama, gradio, langchain, llamaindex, etc.) inside telco (VT first because we have GPU there)
- Setup LLM to work with GPU
- Step web portal to use chatbot
- Code documentation every code inside etl and other critical packages
- Revise code to insert comment into every code chunks
- Use LLM to revise, summarize and control every commit
// ... (existing Qdrant setup instructions) ...
To use Pinecone as a cloud-based vector database solution, follow these steps:
-
Sign up for a Pinecone account at https://www.pinecone.io/
-
Create a new project and obtain your API key.
-
Set up your environment variables:
- Add the following to your
.envfile:PINECONE_API_KEY=your_pinecone_api_key NEWS_INDEX_NAME=your_index_name
- Add the following to your
-
Install the Pinecone client:
pip install pinecone-client -
Use the
s05_embed_news_to_pinecone.pyscript to embed and upload your news articles to Pinecone.