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

Release 0.6.4 #1268

Merged
merged 43 commits into from
Dec 29, 2023
Merged

Release 0.6.4 #1268

merged 43 commits into from
Dec 29, 2023

Commits on Nov 6, 2023

  1. vectara components

    JAtharva22 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    327af1b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

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

Commits on Nov 13, 2023

  1. minor commenting changes

    JAtharva22 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    07815de View commit details
    Browse the repository at this point in the history
  2. minor formatting

    JAtharva22 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    68d6fae View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    dc656ad View commit details
    Browse the repository at this point in the history
  2. major

    JAtharva22 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    390767c View commit details
    Browse the repository at this point in the history
  3. minor - test check trial

    JAtharva22 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    8fcf54b View commit details
    Browse the repository at this point in the history
  4. yes

    JAtharva22 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    83e9c08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df4f158 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a16fe99 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. .

    JAtharva22 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a5c6683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b6bc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Create ChatOllamaEndpoint.py

    This is a draft of a custom component to access the Ollama API endpoint.
    YamonBot authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c979823 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    bea5065 View commit details
    Browse the repository at this point in the history
  2. Create OllamaLLM.py

    YamonBot authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c303bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c0b4fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04fde52 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Vectara Component Update - feature enhancement (#1219)

    ### Pull Request for Issue #1217 
    [feature
    request](https://github.com/logspace-ai/langflow/labels/feature%20request)
    [python](https://github.com/logspace-ai/langflow/labels/python)
    
    **Description**
    This pull request addresses issue #1217 , which concerns the ability to
    add files directly to the Vectara vector store using the indexing API's
    file upload feature.
    
    **Changes Made**
    I have implemented the ability to add files directly to the Vectara
    vector store by providing URLs of documents online. The add_files()
    method (as well as from_files()) has been added to facilitate this
    functionality.
    
    **Files Modified/Added**
    Modified: vectara.py
    ogabrielluiz authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    a27c722 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    6720b2c View commit details
    Browse the repository at this point in the history
  2. for test cases

    JAtharva22 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    5df7319 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Update OllamaLLM.py

    YamonBot authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3b6672e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9cd339 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Dec 28, 2023

  1. fix(dropdownComponent): add condition to check if options object is e…

    …mpty before rendering dropdown component
    
    fix(chatInput): add condition to check if chatValue is an empty object before displaying message
    fix(chatMessage): remove useMemo hook and fix condition to check if chat message is empty before displaying message
    fix(formModal): add conditions to check if thought and files exist before updating chat object
    fix(genericModal): add condition to check if inputVariables exist before displaying notice or success message
    Cristhianzl committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    58eebab View commit details
    Browse the repository at this point in the history
  2. BUGFIXES (#1260)

    fix(dropdownComponent): add condition to check if options object is
    empty before rendering dropdown component
    
    fix(chatInput): add condition to check if chatValue is an empty object
    before displaying message
    fix(chatMessage): remove useMemo hook and fix condition to check if chat
    message is empty before displaying message
    fix(formModal): add conditions to check if thought and files exist
    before updating chat object
    fix(genericModal): add condition to check if inputVariables exist before
    displaying notice or success message
    Cristhianzl authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0227359 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    23b2629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e464d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    148b27c View commit details
    Browse the repository at this point in the history
  4. Release 0.6.4a0 (#1263)

    This pull request updates the version in pyproject.toml to 0.6.4a0.
    ogabrielluiz authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    89a5b62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    667625e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb7ac56 View commit details
    Browse the repository at this point in the history
  7. Add Dockerfile for building and pushing the application image (#1265)

    This pull request adds a Dockerfile for building and pushing the application image. The Dockerfile includes the necessary steps to set up the environment, install dependencies, and run the application.
    ogabrielluiz authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    002adc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74a8954 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e28707 View commit details
    Browse the repository at this point in the history
  10. Update bcrypt version to 4.0.1 and add .dockerignore entries for node…

    …_modules and dist directories (#1266)
    
    This pull request updates the bcrypt version to 4.0.1 and adds .dockerignore entries for the node_modules and dist directories.
    ogabrielluiz authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    75390eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b9fea47 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41a7911 View commit details
    Browse the repository at this point in the history
  13. Update .dockerignore file and add QEMU, Docker Buildx, and Docker Hub…

    … integration (#1267)
    
    This pull request includes the following changes:
    
    - Update .dockerignore file
    
    - Add QEMU, Docker Buildx, and Docker Hub integration
    ogabrielluiz authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b66a051 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1c2b8f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4c599cb View commit details
    Browse the repository at this point in the history
  16. Adding Vectara Self Query Retriever - feature request (#1249)

    ### Pull Request for Issue #1246 
    
    **Description**,
    This pull request addresses issue #1246, which proposes the addition of
    a self-query retriever according to the LangChain Vectara integration.
    The self-query retriever aims to empower users with the ability to
    perform queries directly within the Vectara component(vector store).
    
    **Changes Made**
    I have added one more file under
    `src\backend\langflow\components\retrievers` which contains a new
    VectaraSelfQueryRetriverComponent class
    
    **Files Added:** VectaraSelfQueryRetriever.py
    
    **langchain documentation for this component:**
    
    https://python.langchain.com/docs/integrations/retrievers/self_query/vectara_self_query
    ogabrielluiz authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5e0d30a View commit details
    Browse the repository at this point in the history
  17. add ChatOllama LLM (#1235)

    This is a draft of a custom component to access the Ollama API endpoint.
    ogabrielluiz authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    82a33ec View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d9fe8c8 View commit details
    Browse the repository at this point in the history