An open API service indexing awesome lists of open source software.

https://github.com/ycm-hackers/cohere-hackathon

cohere-lablab hackathon.
https://github.com/ycm-hackers/cohere-hackathon

autogen cohere weaviate

Last synced: 6 months ago
JSON representation

cohere-lablab hackathon.

Awesome Lists containing this project

README

          

# cohere-lablab Hackathon

### Data Handling

Store financial data to VectorDB [weaviate](https://weaviate.io/):

```bash
python sec_to_vec.py

# create schema
python sec_to_vec.py --schema
```

### Using agent

run the following command

```bash
python langchain-autoquant-example.py
```

### To use the UI

```bash
streamlit run ui.py
```

### Resources

- [Cohere Hack Pack](https://drive.google.com/file/d/15h0_synH0w1UY_0mgauyk7PPwmtRgG5P/view)
- [Cohere Connector Mode](https://drive.google.com/file/d/1FU_oSg8E9zQpJRVLttmPMl772v_aB5d1/view)