Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/run-llama/llama_index. Pull mirroring updated .
  1. Mar 20, 2024
  2. Mar 19, 2024
  3. Mar 18, 2024
    • Will Deaderick's avatar
      00218ccb
    • Andrei Fajardo's avatar
      DiffPrivacy ICL Pack - OpenAI Completion LLMs (#11881) · 70828c73
      Andrei Fajardo authored
      * add logprob
      
      * version bump
      
      * typo
      
      * rename pack
      
      * add first implementation of dp algo - gaussian
      
      * fix minor errors
      
      * modify templates
      
      * tokenizer
      
      * add logprobs for completions api
      
      * way better results with completions
      
      * add more dynamic few shot examples
      
      * incorporate dynamic few shot
      
      * remove chat completion stuff
      
      * add laplacian mechanism
      
      * add latest core and llms-openai
      
      * demo nb -f
      
      * conflict
      
      * pants
      
      * pyproject metadata
      
      * rename pack
      
      * get rid of old pack
      
      * fix tqdm
      
      * dispatcher
      
      * add events
      
      * improved async
      
      * add start/end events
      
      * add sizes int option
      
      * add example gen script for symptom_2_disease
      
      * add final save
      
      * pants
      
      * remove unused span handler, and make event handler log error report every error
      
      * add num synthetic starts to error report
      
      * report the EventHandler itself
      
      * increase threshold to ~2.5% error rate
      
      * change to ratio of errors
      
      * actually count event ends
      
      * update main
      
      * change number of size to 3 instead of 4
      
      * add retriever demo; add node prost processor
      
      * pants
      
      * add sigma_to_eps
      
      * remove networks stuff
      
      * add back basic demo
      
      * add writeups for basic demo
      
      * rm data
      
      * rm demo usage from ignored dir /notebooks
      
      * cleaning symptom_2_disease
      
      * Add README and sample synthetic_dataset.json
      
      * rm lock file
      
      * remove extra error_report.json
      
      * add README details
      
      * remove empty utils file
      
      * use exponential mechanism instead of laplace
      
      * remove data files add download script
      
      * remove big json files
      
      * update privacy mechanism
      
      * fix sigma_to_eps
      
      * remove synthetic_dataset.json
      
      * improve dp description
      
      * update authors
      
      * update
      
      * minor fix
      
      * minor fix
      
      * minor validation
      70828c73
    • Jules Kuehn's avatar
      chore: bump vector-store-postgres (#12050) · 4d4526ae
      Jules Kuehn authored
      add comments
      4d4526ae
    • Jerry Liu's avatar
      anthropic notebook nit (#12033) · 8eb59bdb
      Jerry Liu authored
      8eb59bdb
    • Chanh Le's avatar
      Remove llama_hub_url keyword from download_llama_dataset of command… (#12038) · cf1201da
      Chanh Le authored
      Remove llama_hub_url keyword from download_llama_dataset of   command_line.py
      
      TypeError: download_llama_dataset() got an unexpected keyword argument 'llama_hub_url'
      cf1201da
Loading