| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |
- Azure 이벤트 허브
- Beginner
- Python
- RAG model
- vector embedding
- Azure Function App
- ChatGPT
- Teams Web hook
- mac windows
- 맥 윈도우 설치
- Azure Event Hub
- Azure OpenAI
- Event Hub
- Cloud Engineering
- azure
- Azure Cloud
- Windows 가상머신
- 실시간 데이터 스트리밍
- 이벤트 허브
- webhook
- VM 설치
- Azure NoSQL
- Django REST framework
- Data Streaming
- LLM
- AI rag
- DRF
- Azure Cosmos DB
- intermediate
- data pipeline
- Today
- Total
Listintermediate (2)
Seum.Lee Story
The RAG model is useful for improving the search performance and reliability of artificial intelligence systems.As you may know, Azure Cloud provides OpenAI services and also supports NoSQL databases such as Azure Cosmos DB.Ready to start:You need one resource group.Make sure your subscription has valid payment information registered.✅ Create an Azure Open AIYou can find Azure OpenAI in the Azur..
Sometimes, we need to handle multiple tasks such as data processing, data collection, and making API requests that are I/O-bound. Even if it's not about data, we still have to handle heavy tasks in a company or in various projects.However, I/O-bound tasks are not recommended with Celery, because Celery is optimized for heavy tasks, also known as CPU-bound tasks.[!TIP] What is CPU-bound? A CPU-bo..