-
Notifications
You must be signed in to change notification settings - Fork 7
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
Modifying Nomic Visualizations #72
Conversation
You need to setup a payment method to use LintruleYou can fix that by putting in a card here. |
This PR is being deployed to Railway 🚅 flask: ◻️ REMOVED |
Thank you this is wonderful. Edit: omg I'm impressed, you literally followed every best practice for every line you committed in the PR. Thank you for such high quality Python in the I'll make it my top priority tomorrow to call your new endpoint from the front end so you can test. |
Re-did maps to include model responses for all courses except 2, they had a lot of data and I was hitting rate limit errors on openAI. Will try those again later. |
All the maps are updated to reflect both query and response. |
Oh okay, thank you. I'll really try to finish those endpoints today. Sorry for the delay, I had a lot of meetings in the wake of our first public launch. |
@star-nox I pushed that endpoint. You will get response on Here's the code: CAII-NCSA/uiuc-chat-frontend@190c738 Update: I made it so that it'll push to the flask server for this Pull request. So you should see the responses on Railway, for this PR's deployment. |
@KastanDay I am trying to create maps for all the courses right now and I keep getting a |
did adding the timestamps enable filtering by time? thanks!! |
nope. the filter still shows up blank. |
Just found one of their maps which has a filter by year - https://atlas.nomic.ai/map/neurips. They have uploaded |
So close, but still facing error! I am uploading datetime objects instead of strings. Update: Found this on the Nomic discord. This is not working for us though. |
@star-nox note in adb1b50 you have some setting that's adding a whitespace character ( I resolved this using |
Or please just add yapf to your vscode config using the config settings we have in our |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think everything is good to go!
No description provided.