Skip to content

Commit

Permalink
remove langchain component
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed Oct 18, 2024
1 parent 81533a3 commit f6979a8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 773 deletions.
3 changes: 2 additions & 1 deletion examples/graph_example/user_graph_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ async def main() -> None:
search_scope="facts",
)
print(search_results)

sessions = await client.user.get_sessions(user_id)
print(sessions)
print("Getting episodes for user")
episode_result = await client.graph.episode.get_by_user_id(user_id, lastn=3)
episodes = episode_result.episodes
Expand Down
7 changes: 0 additions & 7 deletions src/zep_cloud/langchain/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions src/zep_cloud/langchain/helpers.py

This file was deleted.

196 changes: 0 additions & 196 deletions src/zep_cloud/langchain/history.py

This file was deleted.

Loading

0 comments on commit f6979a8

Please sign in to comment.