본문 바로가기
Notion API 연동 및 사용 설명서 - 1.기초~연동하고 데이터 뽑아보기까지 (python으로) 유형이란 ?Private Integrations: ✅These are intended for personal use or for use within a single workspace. They are not shared with other users or workspaces and require manual setup for each workspace you want to connect.Private Integrations: 개인용 또는 단일 워크스페이스 내에서 사용하기 위한 것입니다. 다른 사용자나 워크스페이스와 공유되지 않으며 연결하려는 각 워크스페이스에 대해 수동으로 설정해야 합니다.Public Integrations:These are designed to be used by multiple use.. 2024. 11. 7.
LLM - Langchain 시작하기 + VectorDB Langchain 시작하기 + VectorDB 앞으로 할 기술스택 랭체인이란 ? 초거대 언어모델(LLM) 어플리케이션 개발 프레임워크 프레임워크? = 관련 도구 모음 https://www.langchain.com/ 도구 모음을 왜 사용함 ? 굳이 안써도 됨 따로 갖다가 붙여도 ㄱㅊ ✅ 근데 ? 여러가지 연결할때 편리함 교체 편리함 추상화로 코드 짧아짐 랭체인 말고 없음 ? 근데 왜 랭체인 배움 ? 제일 많이 쓰니까 지루한 설명 문맥 인식: 언어 모델을 문맥 소스(프롬프트 지침, 몇 개의 샷 예시, 응답의 근거가 되는 콘텐츠 등)에 연결합니다. 추론: 언어 모델을 사용하여 추론(제공된 컨텍스트에 따라 답변하는 방법, 취해야 할 조치 등)합니다. 이 프레임워크는 여러 부분으로 구성되어 있습니다. LangCh.. 2024. 3. 19.
인과 관계 추론을 무료로 혼자서 배우는 방법 - How to Learn Causal Inference on Your Own for Free https://towardsdatascience.com/how-to-learn-causal-inference-on-your-own-for-free-98503abc0a06 How to Learn Causal Inference on Your Own for Free The ultimate self-study guide for all levels towardsdatascience.com While everyone focuses on AI and predictive inference, standing out requires mastering not just prediction, but understanding the “why” behind the data — in other words, mastering caus.. 2024. 2. 29.
How to Convert Any Text Into a Graph of Concepts- 텍스트를 개념 그래프로 변환하는 방법 A method to convert any text corpus into a Knowledge Graph using Mistral 7B https://towardsdatascience.com/how-to-convert-any-text-into-a-graph-of-concepts-110844f22a1a How to Convert Any Text Into a Graph of Concepts A method to convert any text corpus into a Knowledge Graph using Mistral 7B. towardsdatascience.com 몇 달 전만 해도 지식 기반 질의응답(KBQA)은 생소했습니다. 이제 검색 증강 생성(RAG)이 포함된 KBQA는 모든 AI 애호가에게 식은 죽.. 2024. 2. 27.
Lag-Llama: Open-Source Foundation Model for Time Series Forecasting - Lag-Llama의 아키텍처를 살펴보고 Python을 사용하여 예측 프로젝트에 적용하는 방법을 배워보세요. Marco Peixeiro In October 2023, I published an article on TimeGPT, one of the first foundation model for time series forecasting, capable of zero-shot inference, anomaly detection and conformal prediction capabilities. However, TimeGPT is a proprietary model that is only accessed via an API token. Still, it sparked more research in foundation models for time series, as this area has been lagging.. 2024. 2. 18.
An AI application that can chat with with very large SQL databases. - 초대형 SQL 데이터베이스와 채팅할 수 있는 AI 애플리케이션 코드공유 지난 글에서는 SQL 데이터베이스와 채팅할 수 있는 간단한 애플리케이션을 만들었습니다. 이 글을 계속 진행하기 전에 여기에서 확인해 보세요. 또한 여기에서 이 코드의 전체 리포지토리를 받으세요. 이전과 지금 글의 차이점 이전 글에서 구축한 애플리케이션은 OpenAI의 토큰 제한으로 인해 매우 큰 데이터베이스에서 제대로 작동하지 않습니다. 데이터베이스가 너무 크면 프롬프트에 전체 열 및 테이블 목록을 콘텍스트로 전송할 수 없습니다. 이 글에서는 이러한 한계를 극복하기 위해 노력하겠습니다. 이전 글에서 이미 만든 가장 간단한 애플리케이션의 코드부터 시작해 보겠습니다. 아래 코드는 SQL 데이터베이스에 연결하여 채팅을 시작할 수 있는 간단한 간소화된 애플리케이션을 시작합니다. import stream.. 2024. 2. 18.
An AI application that can chat with any SQL database. An AI application that can chat with any SQL database. https://systemdesigner.medium.com/an-ai-application-that-can-chat-with-any-sql-database-71099a0c82ef An AI application that can chat with any SQL database. Is it possible to chat with your SQL database? In this tutorial we will create this application using python. We will use streamlit for… systemdesigner.medium.com SQL 데이터베이스와 채팅할 수 있나요? 이.. 2024. 2. 13.
5 Python Libraries Every Data Scientist Should Know About - 모든 데이터 과학자가 알아야 할 파이썬 라이브러리 5가지 https://python.plainenglish.io/5-python-libraries-every-data-scientist-should-know-about-ce04bf19d58d 5 Python Libraries Every Data Scientist Should Know About This article is perfect for you if you are a beginner or intermediate machine learning engineer or data scientist. You’ve already selected… python.plainenglish.io 이 문서는 초급 또는 중급 머신 러닝 엔지니어 또는 데이터 과학자에게 적합합니다. 파이토치나 텐서플로우 등 선호하는 머신 러닝 라이브러.. 2024. 2. 13.
듀오링고가 사용자 성장에 다시 불을 붙인 방법 (펌) https://www.lennysnewsletter.com/p/how-duolingo-reignited-user-growth How Duolingo reignited user growth The story behind Duolingo's 350% growth acceleration, leaderboards, streaks, notifications, and their innovative growth model www.lennysnewsletter.com 듀오링고의 350% 성장 가속화, 리더보드, 연승, 알림, 혁신적 성장 모델의 비하인드 스토리 저는 2017년 말에 제품 책임자로 듀오링고에 합류했습니다. 듀오링고는 이미 수억 명의 사용자를 보유한 세계에서 가장 많이 다운로드된 교육 앱이었으며, "세계 .. 2023. 5. 3.
2023년에 기술 역량을 강화하기 위해 배워야 할 6가지 새로운 급성장하는 데이터 과학 라이브러리 Data science isn't just Pandas, NumPy, and Scikit-learn anymore https://towardsdatascience.com/6-new-booming-data-science-libraries-you-must-learn-to-boost-your-skill-set-in-2023-106b318d9fa 6 New Booming Data Science Libraries You Must Learn To Boost Your Skill Set in 2023 Data science isn't just Pandas, NumPy, and Scikit-learn anymore towardsdatascience.com Motivation 2023년이 얼마 남지 않은 지금, 새로운 데.. 2023. 3. 10.
반응형