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

connect URL #189

Merged
merged 6 commits into from
Apr 4, 2024
Merged

connect URL #189

merged 6 commits into from
Apr 4, 2024

Conversation

prakriti-solankey
Copy link
Contributor

No description provided.

@prakriti-solankey
Copy link
Contributor Author

  1. The github icon

image

  1. The Chatbot UI

image

docker-compose.yml Outdated Show resolved Hide resolved
}@${localStorage.getItem('hostname')}%3A${localStorage.getItem('port') ?? '7687'}&search=Show+me+a+graph`;
const handleOpenGraphClick = () => {
const bloomUrl = process.env.BLOOM_URL;
const connectURL = `${userCredentials?.userName}@${localStorage.getItem('hostname')}%3A${
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

misses the neo4j+s:// prefix ??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not require the protocol according to what you shared here [neo4j%2B://@%3A]. Also on implementation it redirects properly.

@@ -6,7 +6,7 @@ const LlmDropdown: React.FC<DropdownProps> = ({ onSelect, isDisabled }) => {
const handleChange = (selectedOption: OptionType | null | void) => {
onSelect(selectedOption);
};
const allOptions = useMemo(() => ['Diffbot', 'Gemini Pro'], []);
const allOptions = useMemo(() => ['Diffbot', 'OpenAI GPT 4'], []);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should just send LLM to the backend and that uses that it's configuration to set the concrete LLM on the Source node.

Copy link
Contributor

@jexp jexp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small comments

@prakriti-solankey prakriti-solankey merged commit f9d236a into DEV Apr 4, 2024
@prakriti-solankey prakriti-solankey deleted the bloom-url-changes branch May 15, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants