-
Notifications
You must be signed in to change notification settings - Fork 282
[E-4] 05-MEMORY/09-MemoryUsingSQLite #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[Title] Memory using SQLite [Version] initial [Language] ENG [Packages] langchain_community, lanchain_openai, langchain_core, SQLAlchemy Tutorial for Memory Using SQLite in LangChain - Add tutorial for managing chat history using SQLite in LangChain.
νμ¬ "LCEL Runnables" λ§ν¬λ νκ΅μ΄ νν 리μΌλ‘ μ°κ²°λμ΄ μμ΅λλ€. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable
μλ¬κ° λ°μνμ¬ μ½λ©νΈ λ¨κ²¨λμμ΅λλ€ :)
feat: Add OpenAI API configuration setup - Initialize environment variables for OpenAI API key
- Initialize environment variables for OpenAI API key
Update formatting and titles
Update formatting and titles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Review]
- Review OS : Mac
- Template Rule κ°μ΄λλ₯Ό μ€μ νμλκ° : YES
- Table of Contents μ λ§ν¬κ° μννκ² λμνλμ§ νμΈνμλκ°? : YES
- μ΄λ―Έμ§κ° ν¬ν¨λμ΄ μλ€λ©΄, μ΄λ―Έμ§μ νμΌλͺ μ΄ κ°μ΄λλ₯Ό μ€μνμλκ°? : N/A(μ΄λ―Έμ§ μμ)
- import κ΅¬λ¬Έμ΄ μμ legacy λ°©μμ΄ μλ μ΅μ λ²μ μ λ°λ₯΄λκ°? : YES
- λͺ¨λ μ½λκ° λμμ μ€λ₯ μμ΄ λμνλκ°? : YES
- κΈ°ν μ견: κ°μ΄λμ λ§μΆ° μ μμ ν΄μ£Όμ κ² κ°μ΅λλ€ π
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Review]
- Review OS(Windows/Mac/Linux): Mac
- Template Rule κ°μ΄λλ₯Ό μ€μ νμλκ°(YES/NO): Yes
- Table of Contents μ λ§ν¬κ° μννκ² λμνλμ§ νμΈνμλκ°?(YES/NO): Yes
- μ΄λ―Έμ§κ° ν¬ν¨λμ΄ μλ€λ©΄, μ΄λ―Έμ§μ νμΌλͺ μ΄ κ°μ΄λλ₯Ό μ€μνμλκ°?(YES/NO): Yes
- import κ΅¬λ¬Έμ΄ μμ legacy λ°©μμ΄ μλ μ΅μ λ²μ μ λ°λ₯΄λκ°?(YES/NO): No
- λͺ¨λ μ½λκ° λμμ μ€λ₯ μμ΄ λμνλκ°? (λ§μ½, warning λ°μμ μ½λ©νΈμ μ μ΄μ£ΌμΈμ): Yes
- κΈ°ν μ견: 첫 PR κ³ μ λ§μΌμ
¨μ΅λλ€
βΊοΈ
import ꡬ문μ μμλ₯Ό λ§μΆλ μμ 1κ° λ°μν©λλ€.
[Team] Existing content development team 4
[Title] Memory using SQLite
[Version] initial
[Language] ENG
[Packages] langchain_community, lanchain_openai, langchain_core, SQLAlchemy
Tutorial for Memory Using SQLite in LangChain