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

[0.0.7] — 2024-04-01 #50

Merged
merged 100 commits into from
Apr 1, 2024
Merged

[0.0.7] — 2024-04-01 #50

merged 100 commits into from
Apr 1, 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

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    122d37d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. sentry

    VVoruganti committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b78d502 View commit details
    Browse the repository at this point in the history
  2. Open Telemetry

    VVoruganti committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6714d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da5f555 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. add actions again? (#29)

    * add postgres
    
    * add openai key
    
    * readd coverage
    
    * desyncify and add detailed coverage
    hyusap committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f40ec07 View commit details
    Browse the repository at this point in the history
  2. ⚙️ chore: update start script in VS Code to include poetry install --…

    …no-root before running uvicorn (#33)
    hyusap committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c1c35de View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    8be7a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46fa2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9be9c1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e6b56a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Skeleton for Dialectic API

    VVoruganti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8258933 View commit details
    Browse the repository at this point in the history
  2. Fixes DEV-217 URL Encoding

    VVoruganti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bf6c1a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5935ec View commit details
    Browse the repository at this point in the history
  4. Sphinx Docs MVP

    VVoruganti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    29b9365 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4b0151 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d59ea18 View commit details
    Browse the repository at this point in the history
  7. Working Fact Deriver

    VVoruganti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    52233ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37634b5 View commit details
    Browse the repository at this point in the history
  9. Cloudflare Sphinx

    VVoruganti committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    09b3e31 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    510a659 View commit details
    Browse the repository at this point in the history
  2. 🚀 feat: add support for running API using docker-compose with configu…

    …rable environment variables and update docker-compose.yml for API and database services. (#34)
    
    Co-authored-by: Vineeth Voruganti <[email protected]>
    hyusap and VVoruganti committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    dce2f44 View commit details
    Browse the repository at this point in the history
  3. add interrogate

    hyusap authored and VVoruganti committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d4cd018 View commit details
    Browse the repository at this point in the history
  4. routerify everything

    hyusap authored and VVoruganti committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7af03f1 View commit details
    Browse the repository at this point in the history
  5. full docstring coverage

    hyusap authored and VVoruganti committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    04a6764 View commit details
    Browse the repository at this point in the history
  6. remove unused imports and fix env issue

    hyusap authored and VVoruganti committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    3f1a1f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    2c1c1fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5a16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98a3934 View commit details
    Browse the repository at this point in the history
  4. Rename to deriver

    VVoruganti committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e090e80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3026e41 View commit details
    Browse the repository at this point in the history
  6. 0.0.6 Notes

    VVoruganti committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9a86410 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81d5f8a View commit details
    Browse the repository at this point in the history
  8. Changelog edit

    VVoruganti committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    da2d3e9 View commit details
    Browse the repository at this point in the history
  9. Route bug fix

    VVoruganti committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dfcb45b View commit details
    Browse the repository at this point in the history
  10. Route bug fix again

    VVoruganti committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5fdfdbc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Langchain Utilities Refactor (#48)

    * [0.0.6] - 3-21-2024 Bug Fixes (#47)
    
    * 🧪 asyncify tests
    
    * ✨ asyncify client
    
    * Basic Test for Page based pagination
    
    * add sync buildstep and client
    
    * add vscode DX
    
    * Added Testing for generators and updated examples
    
    * feat: example updates
    
    * readme exists now
    
    * Stylistic changes and generic message
    
    * Metamessages with other refactoring - untested
    
    * Work with unit tests
    
    * Fix Examples
    
    * MEME-78 Update Changelogs
    
    * Docstrings to client
    
    * 🧪 autogenerate sync tests
    
    * test one
    
    * add db type
    
    * sync client
    
    * add status badge
    
    * add coverage
    
    * add file
    
    * give perms
    
    * properly output coverage
    
    * split test and coverage
    
    * rename action
    
    * 🧪 autogenerate sync tests (#16)
    
    * 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]>
    
    * Add reverse parameters for paginated routes
    
    * Address dependabot
    
    * Formatting
    
    * initial commit on honcho dspy personas
    
    * working, hit token limit and can't test dspy optimization
    
    * initial version working, need to test optimization
    
    * optimizers working, but appending any example
    
    * ready for user object (tbomk)
    
    * Revert "add test actions and coverage"
    
    * Refactor to add User and App Tables
    
    * User Object passing test cases
    
    * Update examples
    
    * DSPy Todo and documentation updates
    
    * Add is_active filtering
    
    * Add is_active filtering to the generator
    
    * Fix update user metadata
    
    * working, but weird compiler error
    
    * fixed str error in optimizer
    
    * ship
    
    * sentry
    
    * Open Telemetry
    
    * optional logging with environment variables
    
    * add actions again? (#29)
    
    * add postgres
    
    * add openai key
    
    * readd coverage
    
    * desyncify and add detailed coverage
    
    * ⚙️ chore: update start script in VS Code to include poetry install --no-root before running uvicorn (#33)
    
    * Refactored code but need to tweak asyncpg
    
    * Working Async API using Psycopg3
    
    * Update Workflow Connection URI
    
    * Update Workflow Connection URI in coverage test as well
    
    * Skeleton for Dialectic API
    
    * Fixes DEV-217 URL Encoding
    
    * Add Built-in Langchain Utility function
    
    * Sphinx Docs MVP
    
    * Metadata filtering for all fixes dev-261
    
    * Basic Dialectic Endpoint fixes dev-253
    
    * Working Fact Deriver
    
    * 0.0.5 Docs and README updates
    
    * Cloudflare Sphinx
    
    * update example to use right function (#36)
    
    * 🚀 feat: add support for running API using docker-compose with configurable environment variables and update docker-compose.yml for API and database services. (#34)
    
    Co-authored-by: Vineeth Voruganti <[email protected]>
    
    * add interrogate
    
    * routerify everything
    
    * full docstring coverage
    
    * remove unused imports and fix env issue
    
    * Update docker-compose connection uri and remove auto-stop to deriver process
    
    * Docstrings and langchain message converter in reverse
    
    * Sentry, OTEL, langchain both directions, fly.toml for deriver
    
    * Rename to deriver
    
    * Fix favicon and remove metadata from schema
    
    * 0.0.6 Notes
    
    * Changelog edit
    
    * Route bug fix
    
    * Route bug fix again
    
    ---------
    
    Co-authored-by: hyusap <[email protected]>
    Co-authored-by: vintro <[email protected]>
    Co-authored-by: vintro <[email protected]>
    
    * Port Docs
    
    * Update Examples with new langchain utilites
    
    * Rename decorator
    
    * Synchronize
    
    * Fix API SessionLocal
    
    ---------
    
    Co-authored-by: hyusap <[email protected]>
    Co-authored-by: vintro <[email protected]>
    Co-authored-by: vintro <[email protected]>
    4 people committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f74125e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    2067168 View commit details
    Browse the repository at this point in the history
  2. Basic Auth Service

    VVoruganti committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9d76eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74fba33 View commit details
    Browse the repository at this point in the history
  4. .env.template

    VVoruganti committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e4e3147 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. 0.0.7 Updates

    VVoruganti committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b0fdf24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51b85c View commit details
    Browse the repository at this point in the history