Embedchain은 생산 준비가 완료된 오픈 소스 RAG 프레임워크입니다. RAG는 Retrieval-Augmented Generation의 약자로, 비정형 데이터에서 정보를 검색하고 이를 사용하여 새로운 정보를 생성하는 기술을 의미합니다. Embedchain은 RAG 애플리케이션을 생성하기 위한 원활한 프로세스를 제공하여 다양한 유형의 비정형 데이터를 관리할 수 있도록 합니다.
Embedchain의 주요 기능은 다음과 같습니다.
예를 들어, 다음과 같은 용도로 사용할 수 있습니다.
Embedchain은 다음과 같은 장점을 가지고 있습니다.
import os
from embedchain import Pipeline as App
# Create a bot instance
os.environ["OPENAI_API_KEY"] = "YOUR API KEY"
elon_bot = App()
# Embed online resources
elon_bot.add("https://en.wikipedia.org/wiki/Elon_Musk")
elon_bot.add("https://www.forbes.com/profile/elon-musk")
elon_bot.add("https://www.youtube.com/watch?v=RcYjXbSJBN8")
# Query the bot
elon_bot.query("How many companies does Elon Musk run and name those?")
# Answer: Elon Musk currently runs several companies. As of my knowledge, he is the CEO and lead designer of SpaceX, the CEO and product architect of Tesla, Inc., the CEO and founder of Neuralink, and the CEO and founder of The Boring Company. However, please note that this information may change over time, so it's always good to verify the latest updates.
# (Optional): Deploy app to Embedchain Platform
app.deploy()
# 🔑 Enter your Embedchain API key. You can find the API key at https://app.embedchain.ai/settings/keys/
# ec-xxxxxx
# 🛠️ Creating pipeline on the platform...
# 🎉🎉🎉 Pipeline created successfully! View your pipeline: https://app.embedchain.ai/pipelines/xxxxx
# 🛠️ Adding data to your pipeline...
# ✅ Data of type: web_page, value: https://www.forbes.com/profile/elon-musk added successfully.
https://github.com/embedchain/embedchain
Whisper API 유튜브TEXT 추출하기(STT) (0) | 2023.11.09 |
---|---|
Torch not complied with CUDA Enabled(Window 11) (0) | 2023.10.11 |
이미지의 투명 영역을 제외하고 바운딩 박스를 구하여 CROP하기 (0) | 2023.01.30 |
포켓몬상 테스트 만들기 - 종료 (2) | 2022.07.26 |
포켓몬상 테스트 PWA 배포 도전기!! - 종료 (0) | 2022.07.25 |
댓글 영역