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.
- Host: GitHub
- URL: https://github.com/ycm-hackers/cohere-hackathon
- Owner: ycm-hackers
- Created: 2023-11-10T17:26:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T06:48:30.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T18:55:28.400Z (8 months ago)
- Topics: autogen, cohere, weaviate
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)