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

v0.0.4 #25

Merged
merged 58 commits into from
Feb 23, 2024
Merged

v0.0.4 #25

merged 58 commits into from
Feb 23, 2024

Conversation

VVoruganti
Copy link
Collaborator

@VVoruganti VVoruganti commented Feb 22, 2024

[0.0.4] — 2024-02-22

Added

  • apps table with a relationship to the users table
  • users table with a relationship to the collections and sessions tables
  • A User object for global user level metadat and more object oriented interface
  • Reverse Pagination support to get recent messages, sessions, etc. more easily
  • Linting Rules

Changed

  • Get sessions method returns all sessions including inactive
  • using timestampz instead of timestamp
  • Client renamed to Honcho
  • Honcho takes in app_name instead of app_id. app_name needs to be a
    unique identifier
  • Honcho object requires an initialize() call to be used

hyusap and others added 26 commits February 14, 2024 16:45
* Scaffold for PGVector support

* Buggy crud with logic skeleton on api

* Crud logic and schema definition for pgvector

* Populate all routes and refactor to name Collection

* vince's progress

* AsyncCollection progress

* Local PGVector Docker Container

* client methods for sdk except document delete and update

* Vector Support Passing All Test Cases

* Docs Updates

---------

Co-authored-by: vintro <[email protected]>
Revert "add test actions and coverage"
@VVoruganti VVoruganti marked this pull request as ready for review February 23, 2024 19:17
@VVoruganti VVoruganti merged commit 5ebb855 into main Feb 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants