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

Commits on Jan 31, 2024

  1. 🧪 asyncify tests

    hyusap committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5341ebf View commit details
    Browse the repository at this point in the history
  2. ✨ asyncify client

    hyusap committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    942137f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    387fb66 View commit details
    Browse the repository at this point in the history
  2. add sync buildstep and client

    hyusap committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    410f914 View commit details
    Browse the repository at this point in the history
  3. add vscode DX

    hyusap committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4495fdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6033f71 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. feat: example updates

    vintrocode committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2a3d9f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from plastic-labs/vscode

    add vscode DX
    VVoruganti committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1c9ee99 View commit details
    Browse the repository at this point in the history
  3. readme exists now

    vintrocode committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d59e1ee View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    4f650d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from plastic-labs/vineeth/dev-153

    Address Code Review Concerns
    VVoruganti committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    31d895f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74199c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from plastic-labs/ayush/dev-153

    ✨ asyncification
    VVoruganti committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    785dd36 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #12 from plastic-labs/vince/example-updates

    feat: example updates
    VVoruganti committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    870995d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0438edb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a750a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fd1bf9 View commit details
    Browse the repository at this point in the history
  9. Work with unit tests

    VVoruganti committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3926aaf View commit details
    Browse the repository at this point in the history
  10. Fix Examples

    VVoruganti committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ddaa311 View commit details
    Browse the repository at this point in the history
  11. MEME-78 Update Changelogs

    VVoruganti committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a7373d1 View commit details
    Browse the repository at this point in the history
  12. Docstrings to client

    VVoruganti committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f99f1e8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #14 from plastic-labs/vineeth/dev-181

    Introducing message limits closes dev-121
    Changing IDs to use the UUID field
    Adds created_at fields to each of the tables - fixes dev-174
    VVoruganti committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    061dd83 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. 🧪 autogenerate sync tests

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    716e8ca View commit details
    Browse the repository at this point in the history
  2. test one

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    735d780 View commit details
    Browse the repository at this point in the history
  3. add db type

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    783156f View commit details
    Browse the repository at this point in the history
  4. sync client

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    287db71 View commit details
    Browse the repository at this point in the history
  5. add status badge

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    811c726 View commit details
    Browse the repository at this point in the history
  6. add coverage

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    cb42724 View commit details
    Browse the repository at this point in the history
  7. add file

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    77f180a View commit details
    Browse the repository at this point in the history
  8. give perms

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f359be4 View commit details
    Browse the repository at this point in the history
  9. properly output coverage

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    178b488 View commit details
    Browse the repository at this point in the history
  10. split test and coverage

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    18241c9 View commit details
    Browse the repository at this point in the history
  11. rename action

    hyusap committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    555c848 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    fcde94e View commit details
    Browse the repository at this point in the history
  2. Vector Support (#18)

    * 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]>
    VVoruganti and vintrocode committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8421fda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8730df View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    6c4cfe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    614242b View commit details
    Browse the repository at this point in the history
  3. Address dependabot

    VVoruganti committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ef636ce View commit details
    Browse the repository at this point in the history
  4. Formatting

    VVoruganti committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    10b65b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    f82bd7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d952f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c5845f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07651cb View commit details
    Browse the repository at this point in the history
  5. ready for user object (tbomk)

    vintrocode authored and VVoruganti committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    364ba9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    197a658 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad4cec3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #28 from plastic-labs/revert-17-actions

    Revert "add test actions and coverage"
    hyusap committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    794a38f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    dee6ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569870c View commit details
    Browse the repository at this point in the history
  3. Update examples

    VVoruganti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0f783c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9abafa7 View commit details
    Browse the repository at this point in the history
  5. Add is_active filtering

    VVoruganti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c584fad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67b1601 View commit details
    Browse the repository at this point in the history
  7. Fix update user metadata

    VVoruganti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    876e8e8 View commit details
    Browse the repository at this point in the history
  8. working, but weird compiler error

    vintrocode authored and VVoruganti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    cf79652 View commit details
    Browse the repository at this point in the history
  9. fixed str error in optimizer

    vintrocode authored and VVoruganti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3a2f5ea View commit details
    Browse the repository at this point in the history
  10. ship

    vintrocode authored and VVoruganti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    21c325b View commit details
    Browse the repository at this point in the history