Skip to content
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

Introduce the LLM session manager classes #141

Merged
merged 41 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
26c656b
wip: defining base session manager class methods
justin-cechmanek Apr 16, 2024
872e0fe
removes base session manager parent class
justin-cechmanek Apr 22, 2024
65177b2
adds proposed schema to sesssion manager description
justin-cechmanek Apr 22, 2024
ebc07d6
adds session manager init
justin-cechmanek Apr 25, 2024
9dbc928
wip: minimal working session manager
justin-cechmanek Apr 26, 2024
bb467c2
wip: adding full conversation history, and cleans up scoping
justin-cechmanek Apr 30, 2024
4ed6208
minor clean up
justin-cechmanek May 1, 2024
2c5c52a
wip: initial notebook demo on semantic session manager
justin-cechmanek May 1, 2024
4d0b9ce
wip: continues session manager work
justin-cechmanek May 2, 2024
ba2575a
cleans up first session manager notebook
justin-cechmanek May 2, 2024
5fda1ec
makes scope configurable on each call to fetch_context
justin-cechmanek May 3, 2024
37ae270
improves scope settings
justin-cechmanek May 4, 2024
4e432a4
adds notebook example of controling session access scope
justin-cechmanek May 4, 2024
3d404e7
formatting
justin-cechmanek May 6, 2024
c20d23e
mypy formatting
justin-cechmanek May 6, 2024
29b4a05
black formatting
justin-cechmanek May 6, 2024
e612195
bumps notebook number
justin-cechmanek May 6, 2024
45427ad
corrects method name
justin-cechmanek May 6, 2024
d9aacf9
sets an asymetric retrieval model as default vectorizer
justin-cechmanek May 7, 2024
3a117eb
Merge branch 'main' into jc/semantic-session-manager
justin-cechmanek May 8, 2024
f99967f
moves recency sorting into Redis query
justin-cechmanek May 8, 2024
5d4f34b
adds session manager notebook examples to index
justin-cechmanek May 8, 2024
dff924c
wip:refactor into multiple classes
justin-cechmanek May 15, 2024
c8b9325
Merge branch 'main' into jc/semantic-session-manager
justin-cechmanek May 15, 2024
6e8ca02
refactors session managers into multiple classes
justin-cechmanek May 27, 2024
90cfe59
adds tests for session managers
justin-cechmanek May 28, 2024
b2e80b5
removes redundant notebook
justin-cechmanek May 28, 2024
d898941
formatting
justin-cechmanek May 28, 2024
46fb9b5
formatting
justin-cechmanek May 28, 2024
58be5b7
fixes failing test
justin-cechmanek May 28, 2024
ce09632
changes user_id, session_id to user_tag, session_tag. Adds pydantic v…
justin-cechmanek May 29, 2024
d32b12e
makes system preamble fully optional, empty if not set
justin-cechmanek May 29, 2024
a5fb413
renames methods & properties to align with OpenAI and LangChain
justin-cechmanek Jun 12, 2024
c683532
changes session managers to match langchain chat history api
justin-cechmanek Jun 14, 2024
d666fad
adds messages property to match langchain
justin-cechmanek Jun 17, 2024
158eb52
adds test coverage for messages property
justin-cechmanek Jun 17, 2024
60a1a00
adds optional tool message type
justin-cechmanek Jun 28, 2024
85ba8d0
Merge branch 'main' into jc/semantic-session-manager
justin-cechmanek Jun 28, 2024
241199e
Bugfix in setting vectorizer. Uses index key_separator
justin-cechmanek Jul 2, 2024
5c5a385
updates doc strings
justin-cechmanek Jul 3, 2024
a0d0a21
empty arrary is returned when top_k=0
justin-cechmanek Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading